[wpt-sync] Sync PR 53108 - [scoped-VT] Add test with negative playback-rate
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox142 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 53108 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53108
Details from upstream follow.
Kevin Ellis <kevers@google.com> wrote:
[scoped-VT] Add test with negative playback-rate
Ensure that the duration of the transition is effectively shortened by
setting a negative playback-rate. Unlike reverse, which will seek to
the end time for the animation, setting the playback rate doesn't
change current time and the animation ends with the next update.Bug: 420690560
Change-Id: I7a584f6e26d98523e2f2b100ac301cdaa5050251Reviewed-on: https://chromium-review.googlesource.com/6637898
WPT-Export-Revision: 136595b809a427d4be9d46d8e6511e4e13dc6d28
| Assignee | ||
Updated•6 months ago
|
| Assignee | ||
Comment 1•6 months ago
|
||
| Assignee | ||
Updated•6 months ago
|
| Assignee | ||
Updated•6 months ago
|
| Assignee | ||
Comment 2•6 months 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/negative-playback-rate.html [wpt.fyi]
- View transition duration affected by playback rate:
FAIL(Chrome:PASS, Safari:FAIL)
- View transition duration affected by playback rate:
| Assignee | ||
Comment 3•6 months 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/negative-playback-rate.html [wpt.fyi]
- View transition duration affected by playback rate:
FAIL(Chrome:PASS, Safari:FAIL)
- View transition duration affected by playback rate:
Comment 5•6 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/8fab6ec8b470
https://hg.mozilla.org/mozilla-central/rev/2d5c38078af9
Description
•