[wpt-sync] Sync PR 34082 - Refactor tests to remove dependency on offsets.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox102 fixed)
| Tracking | Status | |
|---|---|---|
| firefox102 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34082 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34082
Details from upstream follow.
Kevin Ellis <kevers@google.com> wrote:
Refactor tests to remove dependency on offsets.
Remove start, end, and scroll-offset from scroll-linked animation
CSS tests. The parameters "start" and "end" do not align with the
current spec, and "scroll-offset" is likely to be phased out in the
spec rewrite.A consistent scroll range can be obtained by using overflow: hidden
and a ratio of the content height to container height.Bug: 1326242
Change-Id: I0925ae0dbf323cc409dd7f3a272b22a6d9e17525Reviewed-on: https://chromium-review.googlesource.com/3647734
WPT-Export-Revision: 908d7de819171f8dcd49599cdb55e978d941dfa7
| 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 6 tests
Status Summary
Firefox
OK : 5
FAIL: 13
Chrome
OK : 5
PASS: 11
FAIL: 2
Safari
OK : 5
FAIL: 13
Links
Details
New Tests That Don't Pass
- /scroll-animations/css/at-scroll-timeline-inactive-phase.html [wpt.fyi]
- Animation does not apply when timeline is initially inactive:
FAIL(Chrome:PASS, Safari:FAIL)
- Animation does not apply when timeline is initially inactive:
- /scroll-animations/css/at-scroll-timeline-orientation.html [wpt.fyi]
- Orientation auto behaves as expected:
FAIL(Chrome:PASS, Safari:FAIL) - Orientation vertical behaves as expected:
FAIL(Chrome:PASS, Safari:FAIL) - Orientation horizontal behaves as expected:
FAIL(Chrome:PASS, Safari:FAIL) - Orientation block behaves as expected in horizontal writing-mode:
FAIL(Chrome:PASS, Safari:FAIL) - Orientation inline behaves as expected in horizontal writing-mode:
FAIL(Chrome:PASS, Safari:FAIL) - Orientation block behaves as expected in vertical writing-mode:
FAIL(Chrome:PASS, Safari:FAIL) - Orientation inline behaves as expected in vertical writing-mode:
FAIL(Chrome:PASS, Safari:FAIL)
- Orientation auto behaves as expected:
- /scroll-animations/css/at-scroll-timeline-paused-animations.html [wpt.fyi]
- Test that the scroll animation is paused:
FAIL(Chrome:FAIL, Safari:FAIL) - Test that the scroll animation is paused by updating animation-play-state:
FAIL(Chrome:FAIL, Safari:FAIL)
- Test that the scroll animation is paused:
- /scroll-animations/css/at-scroll-timeline-sampling.html [wpt.fyi]
- Scroll position is sampled once per frame:
FAIL(Chrome:PASS, Safari:FAIL)
- Scroll position is sampled once per frame:
- /scroll-animations/css/progress-based-animation-timeline.html [wpt.fyi]
- progress based animation timeline works:
FAIL(Chrome:PASS, Safari:FAIL)
- progress based animation timeline works:
- /scroll-animations/css/at-scroll-timeline-inline-orientation.html [wpt.fyi]:
FAIL(Chrome:PASS, Safari:FAIL)
Comment 4•3 years ago
|
||
| bugherder | ||
Description
•