Closed
Bug 1801176
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 37011 - ScrollDirection -> ScrollAxis
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox109 fixed)
RESOLVED
FIXED
109 Branch
| Tracking | Status | |
|---|---|---|
| firefox109 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 37011 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37011
Details from upstream follow.
Kevin Ellis <kevers@google.com> wrote:
ScrollDirection -> ScrollAxis
Change-Id: I5eea9b0747b39826a29cf2561357713303f2490a
Bug: 1385482
Reviewed-on: https://chromium-review.googlesource.com/4032767
WPT-Export-Revision: bd2ce168a3c4720b8c1caa98abc0b4014e69e2bb
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=4b0891118b4500335604623b9e21c7591ec06656
| 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 3 tests and 3 subtests
Status Summary
Firefox
OK : 3
FAIL: 14
Chrome
OK : 3
PASS: 4
FAIL: 10
Safari
OK : 3
FAIL: 14
Links
Details
New Tests That Don't Pass
- /scroll-animations/scroll-timelines/constructor.html [wpt.fyi]
- A ScrollTimeline can be created with a source:
FAIL(Chrome:PASS, Safari:FAIL) - A ScrollTimeline can be created with a non-scrolling source:
FAIL(Chrome:PASS, Safari:FAIL) - A ScrollTimeline created with a null source should have no source:
FAIL(Chrome:PASS, Safari:FAIL) - A ScrollTimeline created without a source should use the document.scrollingElement:
FAIL(Chrome:PASS, Safari:FAIL) - A ScrollTimeline created with the default axis should default to 'block':
FAIL(Chrome:FAIL, Safari:FAIL) - 'block' is a valid axis value:
FAIL(Chrome:FAIL, Safari:FAIL) - 'inline' is a valid axis value:
FAIL(Chrome:FAIL, Safari:FAIL) - 'horizontal' is a valid axis value:
FAIL(Chrome:FAIL, Safari:FAIL) - 'vertical' is a valid axis value:
FAIL(Chrome:FAIL, Safari:FAIL) - Creating a ScrollTimeline with an invalid axis value should throw:
FAIL(Chrome:FAIL, Safari:FAIL)
- A ScrollTimeline can be created with a source:
- /scroll-animations/scroll-timelines/current-time-root-scroller.html [wpt.fyi]
- currentTime calculates the correct time for a document.scrollingElement source:
FAIL(Chrome:FAIL, Safari:FAIL)
- currentTime calculates the correct time for a document.scrollingElement source:
- /scroll-animations/scroll-timelines/current-time-writing-modes.html [wpt.fyi]
- currentTime handles direction: rtl correctly:
FAIL(Chrome:FAIL, Safari:FAIL) - currentTime handles writing-mode: vertical-rl correctly:
FAIL(Chrome:FAIL, Safari:FAIL) - currentTime handles writing-mode: vertical-lr correctly:
FAIL(Chrome:FAIL, Safari:FAIL)
- currentTime handles direction: rtl correctly:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/96dd61d466f5
[wpt PR 37011] - ScrollDirection -> ScrollAxis, a=testonly
Comment 4•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•