[wpt-sync] Sync PR 49870 - De-flake two animated custom property WPTs
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49870 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49870
Details from upstream follow.
Anders Hartvoll Ruud <andruud@chromium.org> wrote:
De-flake two animated custom property WPTs
These two tests use a duration of 1000s and a delay of -500s
to effectively start the animation at 50%. That's fine, but we're
not necessarily guaranteed that the animation hasn't progressed
at the time we're making the test assertions. Therefore, make
the animations initially "paused".Making an animation initially paused can sometimes void a test,
if relevant behavior can only be exercised by a playing animation.
However, that is not an issue for these tests, since they primarily
care about cascade interaction which isn't affected by playing/paused.Fixed: 385790290, 385816384
Change-Id: I409101af17670316aba7b0faa9104fc14dd3e755
Reviewed-on: https://chromium-review.googlesource.com/6119955
WPT-Export-Revision: bcbf2751c39203cc894a59518dbc3de842ced33c
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK
: 2
PASS
: 1
FAIL
: 1
Chrome
OK
: 2
PASS
: 2
Safari
OK
: 2
PASS
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /css/css-cascade/revert-val-006.html [wpt.fyi]
- The revert keyword works with @keyframes:
FAIL
- The revert keyword works with @keyframes:
New Tests That Don't Pass
- /css/css-cascade/revert-val-006.html [wpt.fyi]
- The revert keyword works with @keyframes:
FAIL
(Chrome:PASS
, Safari:PASS
)
- The revert keyword works with @keyframes:
Description
•