Closed
Bug 1585402
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 19448 - Fix interfaces/Document/getAnimations.html test
Categories
(Core :: DOM: Animation, task, P4)
Core
DOM: Animation
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 19448 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19448
Details from upstream follow.
Stephen McGruer <smcgruer@chromium.org> wrote:
Fix interfaces/Document/getAnimations.html test
This test was assuming that the iframe load event could not fire during
appendChild, which it does on Chrome. To fix this, setup the promise
before calling appendChild, but only await on it afterwards.Bug: None
Change-Id: Ie5ebdd7cec0fe0c276621033afaa8e8a5699dad1
Reviewed-on: https://chromium-review.googlesource.com/1833902
WPT-Export-Revision: bc27d4db5564096d0a44f924e8a0d02d96e5e235
Assignee | ||
Updated•5 years ago
|
Component: web-platform-tests → DOM: Animation
Product: Testing → Core
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Ran 1 tests and 7 subtests
OK : 1
PASS : 7
Assignee | ||
Comment 4•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=511989dc34454abba3e18c5f749c54d00984c1ca
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/63c731ad93f9
[wpt PR 19448] - Fix interfaces/Document/getAnimations.html test, a=testonly
Comment 6•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•