[wpt-sync] Sync PR 53110 - [scoped vt] Add test for fill-mode forwards
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 53110 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53110
Details from upstream follow.
Kevin Ellis <kevers@google.com> wrote:
[scoped vt] Add test for fill-mode forwards
Sanity check that animations are cleaned up after the transition
finishes even if marked with fill-mode forwards.Bug: 420688688
Change-Id: I69b4b805a84f527d82ea5e1ba15c201b78bf87bcReviewed-on: https://chromium-review.googlesource.com/6638279
WPT-Export-Revision: eae4750959307e8b12f412132f2c93366f751656
Assignee | ||
Updated•7 days ago
|
Assignee | ||
Comment 1•7 days ago
|
||
Assignee | ||
Updated•7 days ago
|
Assignee | ||
Updated•3 days ago
|
Assignee | ||
Comment 2•3 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
PASS
: 1
Safari
OK
: 1
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-view-transitions/scoped/fill-forwards.html [wpt.fyi]
- View transition animations do not persist once the transition is finished even if animation-fill-mode is forwards:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- View transition animations do not persist once the transition is finished even if animation-fill-mode is forwards:
Assignee | ||
Comment 3•2 hours ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
PASS
: 1
Safari
OK
: 1
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-view-transitions/scoped/fill-forwards.html [wpt.fyi]
- View transition animations do not persist once the transition is finished even if animation-fill-mode is forwards:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- View transition animations do not persist once the transition is finished even if animation-fill-mode is forwards:
Description
•