Closed
Bug 1851343
Opened 2 years ago
Closed 1 years ago
[wpt-sync] Sync PR 41782 - Fix html/semantics/embedded-content/media-elements/location-of-the-media-resource/currentSrc.html
Categories
(Core :: DOM: Core & HTML, task, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
119 Branch
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 41782 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41782
Details from upstream follow.
Ryosuke Niwa <rniwa@webkit.org> wrote:
Fix html/semantics/embedded-content/media-elements/location-of-the-media-resource/currentSrc.html
The flakiness was caused by the 0s timer sometimes firing before the media task had a chance to run til completion. Avoid this non-determinism by waiting for loadstart event before scheduling the 0s timer.
Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=75ef5fb150484ed1cc02ba97b39e62a9cc8a96a9
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 18 subtests
Status Summary
Firefox
OK
: 1
PASS
: 18
Chrome
OK
: 1
PASS
: 16
FAIL
: 2
Safari
OK
: 1
PASS
: 12
FAIL
: 6
Links
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/94d80b4192a8
[wpt PR 41782] - Fix html/semantics/embedded-content/media-elements/location-of-the-media-resource/currentSrc.html, a=testonly
Comment 4•1 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•