[wpt-sync] Sync PR 37772 - Compute view() timeline for an animation
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox110 fixed)
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 37772 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37772
Details from upstream follow.
Mehdi Kazemi <mehdika@chromium.org> wrote:
Compute view() timeline for an animation
Bug:1393087
Change-Id: I60e361c0a956aaa39971f3772c920af7797246a7
Reviewed-on: https://chromium-review.googlesource.com/4135210
WPT-Export-Revision: 4adad20b1beb1944bc407d169af0819a7cb3c4ca
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
OK : 1
FAIL : 44
ERROR: 1
Chrome
OK : 1
PASS : 37
CRASH: 1
FAIL : 7
Safari
OK : 1
FAIL : 44
ERROR: 1
Links
Details
New Tests That Don't Pass
- /scroll-animations/css/animation-timeline-computed.html [wpt.fyi]
- Property animation-timeline value 'initial':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'inherit':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'unset':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'revert':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'auto':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'none':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'auto, auto':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'none, none':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'auto, none':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'none, auto':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value '"test"':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value '"none"':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value '"auto"':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value '"initial"':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value '"inherit"':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value '"unset"':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value '"revert"':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value '"revert-layer"':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'test':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'test1, test2':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'test1, "test2", none, test3, auto':
FAIL(Chrome:PASS, Safari:FAIL) - The animation-timeline property shows up in CSSStyleDeclaration enumeration:
FAIL(Chrome:PASS, Safari:FAIL) - The animation-timeline property shows up in CSSStyleDeclaration.cssText:
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'scroll()':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'scroll(block)':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'scroll(inline)':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'scroll(horizontal)':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'scroll(vertical)':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'scroll(root)':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'scroll(nearest)':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'scroll(inline nearest)':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'scroll(vertical root)':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'view()':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'view(block)':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'view(inline)':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'view(horizontal)':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'view(vertical)':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-timeline value 'view(vertical 1px)':
FAIL(Chrome:FAIL, Safari:FAIL) - Property animation-timeline value 'view(1px auto)':
FAIL(Chrome:FAIL, Safari:FAIL) - Property animation-timeline value 'view(auto 1px)':
FAIL(Chrome:FAIL, Safari:FAIL) - Property animation-timeline value 'view(vertical 1px auto)':
FAIL(Chrome:FAIL, Safari:FAIL) - Property animation-timeline value 'view(1px vertical)':
FAIL(Chrome:FAIL, Safari:FAIL) - Property animation-timeline value 'view(vertical auto)':
FAIL(Chrome:FAIL, Safari:FAIL) - Property animation-timeline value 'view(vertical auto auto)':
FAIL(Chrome:FAIL, Safari:FAIL)
- Property animation-timeline value 'initial':
- /scroll-animations/css/animation-timeline-view-functional-notation.tentative.html [wpt.fyi]:
ERROR(Chrome:CRASH, Safari:ERROR)
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9a7a04aac8fe
https://hg.mozilla.org/mozilla-central/rev/cda802118b4c
Description
•