[wpt-sync] Sync PR 44938 - [css-scroll-snap-2] Prioritize tree-order among aligned snap targets
Categories
(Core :: Layout: Scrolling and Overflow, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44938 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44938
Details from upstream follow.
David Awogbemila <awogbemila@chromium.org> wrote:
[css-scroll-snap-2] Prioritize tree-order among aligned snap targets
FragmentBuilder::PropagateSnapAreas receives the snap areas in sorted
order. By storing them in a vector, this order is preserved in
SnapContainerData's snap areas, so the snap selection algorithm
factors in tree order by default as specified[1].The change to waitForScrollReset addresses the case where the reset
fails to happen because, given the layout configuration, setting
scrollTop and scrollLeft individually results in noops.[1]https://github.com/w3c/csswg-drafts/issues/9622#issue-2006578282
Bug: 326980489
Change-Id: Ib1e2955aad909c14630dc4fc2d67da8f788ce072
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5322868
Commit-Queue: David Awogbemila \<awogbemila@chromium.org>
Reviewed-by: Steve Kobes \<skobes@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1271364}
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 63 tests and 1 subtests
Status Summary
Firefox
OK : 42[Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-opt] 43[GitHub] 46[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-64-2009-qr-debug] 47[Gecko-linux1804-64-qr-debug]
PASS : 198[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview] 237[Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt, GitHub]
FAIL : 60[Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-opt] 64[Gecko-windows11-32-2009-qr-debug, Gecko-windows11-64-2009-qr-debug] 65[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview] 66[Gecko-linux1804-64-qr-debug] 70[GitHub]
TIMEOUT: 5[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 35[GitHub]
ERROR : 3
NOTRUN : 11[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 26[GitHub]
Chrome
OK : 58
PASS : 292
FAIL : 49
ERROR : 5
NOTRUN : 1
Safari
OK : 36
PASS : 225
FAIL : 71
TIMEOUT: 51
ERROR : 1
NOTRUN : 27
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /dom/events/scrolling/scrollend-event-for-user-scroll.html [wpt.fyi]
- Tests that the target_div gets scrollend event when touch dragging.:
TIMEOUTlinked bug:Bug 1841327
- Tests that the target_div gets scrollend event when touch dragging.:
- /dom/events/scrolling/scrollend-event-fired-after-sequence-of-scrolls.tentative.html [wpt.fyi]
- Move down, up and down again, receive scrollend event only once:
FAILlinked bug:Bug 1814530 - Move right, left and right again, receive scrollend event only once:
FAILlinked bug:Bug 1814738
- Move down, up and down again, receive scrollend event only once:
New Tests That Don't Pass
- /css/css-scroll-snap/input/snap-area-overflow-boundary-viewport-covering.tentative.html [wpt.fyi]:
OK[GitHub],SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt] (Chrome:OK, Safari:OK)- Keyboard scrolling with vertical snap-area overflow:
FAIL(Chrome:PASS, Safari:FAIL) - Mouse-wheel scrolling with vertical snap-area overflow:
FAIL(Chrome:PASS, Safari:FAIL)
- Keyboard scrolling with vertical snap-area overflow:
- /css/css-scroll-snap/overscroll-snap.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT)- snapport covered by snap area doesn't jump:
TIMEOUT(Chrome:PASS, Safari:TIMEOUT)
- snapport covered by snap area doesn't jump:
- /css/css-scroll-snap/snap-after-relayout/multiple-aligned-targets/prefer-focused-element.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT)- scroller selects focused target from aligned choices on snap:
TIMEOUT(Chrome:PASS, Safari:TIMEOUT) - out-of-viewport focused element is not the selected snap target.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - scroller follows selected snap target through layout shift,regardless of focus:
NOTRUN(Chrome:PASS, Safari:NOTRUN)
- scroller selects focused target from aligned choices on snap:
- /css/css-scroll-snap/snap-after-relayout/multiple-aligned-targets/prefer-focused-nested-containers.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT)- Snap container prefers focused nested snap target.:
TIMEOUT(Chrome:PASS, Safari:TIMEOUT)
- Snap container prefers focused nested snap target.:
- /css/css-scroll-snap/snap-after-relayout/multiple-aligned-targets/prefer-inner-target.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT)- snap container selects innermost area as snap target:
TIMEOUT(Chrome:PASS, Safari:TIMEOUT) - snap container follows selected snap target after layout change (the pre-existing snap target should not be overriden because of the innermost area):
NOTRUN(Chrome:PASS, Safari:NOTRUN)
- snap container selects innermost area as snap target:
- /css/css-scroll-snap-2/snapchanging/snapchanging-after-layout-change.tentative.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT)- snapchanging fires after layout change:
TIMEOUT(Chrome:FAIL, Safari:TIMEOUT)
- snapchanging fires after layout change:
- /css/css-scroll-snap-2/snapchanging/snapchanging-on-user-root-scroll.tentative.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:ERROR, Safari:TIMEOUT)- touch scrolling fires snapchanging.:
FAIL(Chrome:FAIL, Safari:FAIL) - mouse wheel scroll triggers snapchanging.:
FAIL(Chrome:FAIL, Safari:FAIL) - scrollbar dragging fires snapchanging.:
FAIL(Chrome:FAIL, Safari:FAIL) - keyboard scroll triggers snapchanging.:
FAIL(Chrome:FAIL, Safari:FAIL) - snapchanging fires as scroll moves through different snap targets.:
TIMEOUT(Chrome:FAIL, Safari:TIMEOUT) - snapchanging doesn't fire if scroll doesn't reach different snap targets.:
NOTRUN(Chrome:PASS, Safari:NOTRUN)
- touch scrolling fires snapchanging.:
- /css/css-scroll-snap-2/snapchanging/snapchanging-on-user-scroll.tentative.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:ERROR, Safari:TIMEOUT)- touch scrolling fires snapchanging.:
FAIL(Chrome:FAIL, Safari:FAIL) - mouse wheel scroll triggers snapchanging.:
FAIL(Chrome:FAIL, Safari:FAIL) - scrollbar dragging fires snapchanging.:
FAIL(Chrome:FAIL, Safari:FAIL) - keyboard scroll triggers snapchanging.:
FAIL(Chrome:FAIL, Safari:FAIL) - snapchanging fires as scroll moves through different snap targets.:
TIMEOUT(Chrome:FAIL, Safari:TIMEOUT) - snapchanging doesn't fire if scroll doesn't reach different snap targets.:
NOTRUN(Chrome:PASS, Safari:NOTRUN)
- touch scrolling fires snapchanging.:
- /dom/events/scrolling/scrollend-event-fired-after-snap.html [wpt.fyi]:
OK[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug],SKIP[Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT)- Tests that scrollend is fired after scroll snap animation completion.:
FAIL[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug],TIMEOUT[GitHub] (Chrome:PASS, Safari:TIMEOUT) - Tests that scrollend is fired after fling snap animation completion.:
FAIL[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug],NOTRUN[GitHub] (Chrome:PASS, Safari:NOTRUN)
- Tests that scrollend is fired after scroll snap animation completion.:
- /dom/events/scrolling/scrollend-event-fired-to-window.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT)- testing, vertical:
TIMEOUT(Chrome:PASS, Safari:TIMEOUT)
- testing, vertical:
- /dom/events/scrolling/scrollend-event-fires-to-iframe-window.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:ERROR, Safari:TIMEOUT)- Tests that the target_div within iframe gets scrollend event when touch dragging.:
TIMEOUT(Safari:PASS) - Tests that the target_div within iframe gets scrollend event when clicking scrollbar.:
NOTRUN(Safari:TIMEOUT) - Tests that the target_div within iframe gets scrollend event when dragging the scrollbar thumb.:
NOTRUN(Safari:NOTRUN) - Tests that the target_div within iframe gets scrollend event when mouse wheel scrolling.:
NOTRUN(Safari:NOTRUN) - Tests that the target_div within iframe gets scrollend event when sending DOWN key to the target.:
NOTRUN(Safari:NOTRUN) - scrollend fires to iframe window on mousewheelscroll:
NOTRUN(Safari:NOTRUN)
- Tests that the target_div within iframe gets scrollend event when touch dragging.:
- /dom/events/scrolling/scrollend-event-for-user-scroll.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT)- Tests that the target_div gets scrollend event when touch dragging.:
TIMEOUT(Chrome:PASS, Safari:PASS) - Tests that the target_div gets scrollend event when clicking scrollbar.:
NOTRUN(Chrome:PASS, Safari:TIMEOUT) - Tests that the target_div gets scrollend event when dragging the scrollbar thumb.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - Tests that the target_div gets scrollend event when mouse wheel scrolling.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - Tests that the target_div gets scrollend event when sending DOWN key to the target.:
NOTRUN(Chrome:PASS, Safari:NOTRUN)
- Tests that the target_div gets scrollend event when touch dragging.:
- /css/css-scroll-snap/scroll-snap-nested-snap-area-layout-changed.tentative.html [wpt.fyi]
- newly larger-than-snapport area is snapped to when straddled close to bottom.:
FAIL(Chrome:PASS, Safari:TIMEOUT) - snapport remains within newly covering snap area when already in covering position.:
FAIL(Chrome:PASS, Safari:NOTRUN)
- newly larger-than-snapport area is snapped to when straddled close to bottom.:
- /css/css-scroll-snap/snap-into-covering-area.tentative.html [wpt.fyi]
- snap-into-covering-area:
FAIL(Chrome:PASS, Safari:TIMEOUT)
- snap-into-covering-area:
- /css/css-scroll-snap/snap-after-relayout/multiple-aligned-targets/common-to-both-axes-supercedes-first-in-tree-order.html [wpt.fyi]:
TIMEOUT(Chrome:OK, Safari:TIMEOUT)- box0 is common to both axes and is the snap target despite being last in tree order.:
TIMEOUT(Chrome:PASS, Safari:TIMEOUT) - box1 is common to both axes and is the snap target despite being last in tree order.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - box2 is common to both axes and is the snap target despite being last in tree order.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - box3 is common to both axes and is the snap target despite being last in tree order.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - box4 is common to both axes and is the snap target despite being last in tree order.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - box5 is common to both axes and is the snap target despite being last in tree order.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - box6 is common to both axes and is the snap target despite being last in tree order.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - box7 is common to both axes and is the snap target despite being last in tree order.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - box8 is common to both axes and is the snap target despite being last in tree order.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - box9 is common to both axes and is the snap target despite being last in tree order.:
NOTRUN(Chrome:PASS, Safari:NOTRUN)
- box0 is common to both axes and is the snap target despite being last in tree order.:
- /css/css-scroll-snap/snap-after-relayout/multiple-aligned-targets/nested-supercedes-common-to-both-axes.html [wpt.fyi]
- scroller prefers nested area over area aligned in both axes.:
FAIL(Chrome:PASS, Safari:FAIL)
- scroller prefers nested area over area aligned in both axes.:
- /css/css-scroll-snap/snap-after-relayout/multiple-aligned-targets/prefer-common-to-both-axes.html [wpt.fyi]
- scroller prefers target aligned in both axes.:
FAIL(Chrome:PASS, Safari:FAIL)
- scroller prefers target aligned in both axes.:
- /css/css-scroll-snap/snap-after-relayout/multiple-aligned-targets/prefer-first-in-tree-order.html [wpt.fyi]:
TIMEOUT(Chrome:OK, Safari:TIMEOUT)- first in tree-order is selected as snap target.:
TIMEOUT(Chrome:FAIL, Safari:TIMEOUT)
- first in tree-order is selected as snap target.:
- /css/css-scroll-snap/snap-after-relayout/multiple-aligned-targets/prefer-targeted-element-positioned.html [wpt.fyi]
- prefer-targeted-element-positioned:
FAIL(Chrome:PASS, Safari:FAIL) - prefer-targeted-element-positioned 1:
FAIL(Chrome:PASS, Safari:FAIL) - prefer-targeted-element-positioned 2:
FAIL(Chrome:PASS, Safari:FAIL) - prefer-targeted-element-positioned 3:
FAIL(Chrome:PASS, Safari:FAIL) - prefer-targeted-element-positioned 4:
FAIL(Chrome:PASS, Safari:FAIL)
- prefer-targeted-element-positioned:
- /css/css-scroll-snap/snap-after-relayout/multiple-aligned-targets/prefer-targeted-element.html [wpt.fyi]
- scroller selects targeted area box1 among multiple aligned areas.:
FAIL(Chrome:PASS, Safari:FAIL) - scroller selects targeted area box2 among multiple aligned areas.:
FAIL(Chrome:PASS, Safari:FAIL) - scroller selects targeted area box3 among multiple aligned areas.:
FAIL(Chrome:PASS, Safari:FAIL) - scroller selects targeted area box4 among multiple aligned areas.:
FAIL(Chrome:PASS, Safari:FAIL) - scroller selects targeted area box5 among multiple aligned areas.:
FAIL(Chrome:PASS, Safari:FAIL) - scroller selects targeted area box6 among multiple aligned areas.:
FAIL(Chrome:PASS, Safari:FAIL) - scroller selects targeted area box7 among multiple aligned areas.:
FAIL(Chrome:PASS, Safari:FAIL) - scroller selects targeted area box8 among multiple aligned areas.:
FAIL(Chrome:PASS, Safari:FAIL) - scroller selects targeted area box9 among multiple aligned areas.:
FAIL(Chrome:PASS, Safari:FAIL)
- scroller selects targeted area box1 among multiple aligned areas.:
- /css/css-scroll-snap-2/scroll-start/scroll-start-with-anchor-navigation.tentative.html [wpt.fyi]
- scroll-start does not override anchor navigation.:
FAIL(Chrome:FAIL, Safari:FAIL)
- scroll-start does not override anchor navigation.:
- /css/css-scroll-snap-2/scroll-start-target/scroll-start-target-aligns-with-snap-align.tentative.html [wpt.fyi]
- scroll-start-target aligns with scroll-snap-align:
FAIL(Chrome:FAIL, Safari:FAIL)
- scroll-start-target aligns with scroll-snap-align:
- /css/css-scroll-snap-2/scroll-start-target/scroll-start-target-nested-container.tentative.html [wpt.fyi]:
ERROR(Chrome:ERROR, Safari:ERROR)- display:none scroll-start-target becomes display:block:
FAIL(Chrome:FAIL, Safari:FAIL) - intermediate overflow:visible container becomes overflow:scroll:
FAIL(Chrome:FAIL, Safari:FAIL) - inner scroll-start-target takes precedence over outer:
FAIL(Chrome:FAIL, Safari:FAIL) - scroll containers can also be scroll-start-targets:
NOTRUN(Chrome:NOTRUN, Safari:NOTRUN)
- display:none scroll-start-target becomes display:block:
- /css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-anchor-navigation.tentative.html [wpt.fyi]
- scroll-start-target does not override anchor navigation.:
FAIL(Chrome:FAIL, Safari:FAIL)
- scroll-start-target does not override anchor navigation.:
- /css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-user-programmatic-scroll.tentative.html [wpt.fyi]
- scroll-start-target does not override user scroll:
FAIL(Chrome:FAIL, Safari:FAIL) - scroll-start-target does not override programmatic scroll:
FAIL(Chrome:FAIL, Safari:FAIL)
- scroll-start-target does not override user scroll:
- /css/css-scroll-snap-2/snapchanged/snapchanged-after-layout-change.tentative.html [wpt.fyi]
- snapchanged fires after snap area is snapped to upon layout change.:
FAIL(Chrome:FAIL, Safari:FAIL) - snapchanged fires after snap area is snapped to upon layout change without scroll.:
FAIL(Chrome:FAIL, Safari:FAIL) - snapchanged fires when container stops snapping:
FAIL(Chrome:FAIL, Safari:FAIL) - snapchanged fires when snap container no longer has snap areas:
FAIL(Chrome:FAIL, Safari:FAIL)
- snapchanged fires after snap area is snapped to upon layout change.:
- /css/css-scroll-snap-2/snapchanged/snapchanged-ensures-dom-order.html [wpt.fyi]
- snapchanged lists snapTargets in DOM order.:
FAIL(Chrome:FAIL, Safari:FAIL) - DOM order change doesn't trigger snapchanged if snapped targets don't change.:
FAIL(Chrome:FAIL, Safari:FAIL)
- snapchanged lists snapTargets in DOM order.:
- /css/css-scroll-snap-2/snapchanged/snapchanged-on-programmatic-root-scroll.tentative.html [wpt.fyi]
- snapchanged event fires after snap target changes via scrollTo:
FAIL(Chrome:FAIL, Safari:FAIL) - snapchanged is not fired if snap target doesn't change on programmatic scroll:
FAIL(Chrome:FAIL, Safari:FAIL)
- snapchanged event fires after snap target changes via scrollTo:
- /css/css-scroll-snap-2/snapchanged/snapchanged-on-programmatic-scroll.tentative.html [wpt.fyi]
- snapchanged event fires after snap target changes via scrollTo:
FAIL(Chrome:FAIL, Safari:FAIL) - snapchanged is not fired if snap target doesn't change on programmatic scroll:
FAIL(Chrome:FAIL, Safari:FAIL)
- snapchanged event fires after snap target changes via scrollTo:
- /css/css-scroll-snap-2/snapchanged/snapchanged-on-user-root-scroll.tentative.html [wpt.fyi]
- snapchanged event fires after snap target changes on touch scroll:
FAIL(Chrome:FAIL, Safari:FAIL) - snapchanged event fires after snap target changes on wheel scroll:
FAIL(Chrome:FAIL, Safari:FAIL) - snapchanged event fires after snap target changes on scrollbar drag:
FAIL[Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt,GitHub],PASS[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview] (Chrome:FAIL, Safari:FAIL) - snapchanged event fires after snap target changes on keydown press:
FAIL(Chrome:FAIL, Safari:FAIL) - snapchanged is not fired if snap target doesn't change on user scroll:
FAIL(Chrome:FAIL, Safari:FAIL)
- snapchanged event fires after snap target changes on touch scroll:
- /css/css-scroll-snap-2/snapchanged/snapchanged-on-user-scroll.tentative.html [wpt.fyi]
- snapchanged event fires after snap target changes on touch scroll:
FAIL(Chrome:FAIL, Safari:FAIL) - snapchanged event fires after snap target changes on wheel scroll:
FAIL(Chrome:FAIL, Safari:FAIL) - snapchanged event fires after snap target changes on scrollbar drag:
FAIL[Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt,GitHub],PASS[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview] (Chrome:FAIL, Safari:FAIL) - snapchanged event fires after snap target changes on keydown press:
FAIL(Chrome:FAIL, Safari:FAIL) - snapchanged is not fired if snap target doesn't change on user scroll:
FAIL(Chrome:FAIL, Safari:FAIL)
- snapchanged event fires after snap target changes on touch scroll:
- /css/css-scroll-snap-2/snapchanged/snapchanged-same-targets-after-layout-changed.html [wpt.fyi]
- snapchanged doesn't fire after layout change if snapped to the same elements:
FAIL(Chrome:FAIL, Safari:FAIL) - snapchanged doesn't fire after snap to the same targets after scroll. elements:
FAIL(Chrome:FAIL, Safari:FAIL)
- snapchanged doesn't fire after layout change if snapped to the same elements:
- /css/css-scroll-snap-2/snapchanged/snapchanged-with-proximity-strictness.tentative.html [wpt.fyi]
- Snapchanged fires when scrolling outside proximity range.:
FAIL(Chrome:FAIL, Safari:FAIL)
- Snapchanged fires when scrolling outside proximity range.:
- /css/css-scroll-snap-2/snapchanging/snapchanging-on-programmatic-root-scroll.tentative.html [wpt.fyi]
- snapchanging fires on programmatic scrolls that changes a scroller's snap targets.:
FAIL(Chrome:FAIL, Safari:FAIL) - snapchanging does not fire on programmatic scrolls that don't trigger a change in snap targets.:
FAIL(Chrome:FAIL, Safari:FAIL)
- snapchanging fires on programmatic scrolls that changes a scroller's snap targets.:
- /css/css-scroll-snap-2/snapchanging/snapchanging-on-programmatic-scroll.tentative.html [wpt.fyi]
- snapchanging fires on programmatic scrolls that changes a scroller's snap targets.:
FAIL(Chrome:FAIL, Safari:FAIL) - snapchanging-on-programmatic-scroll:
FAIL(Chrome:FAIL, Safari:FAIL)
- snapchanging fires on programmatic scrolls that changes a scroller's snap targets.:
- /css/cssom-view/scroll-behavior-scrollintoview-nested.html [wpt.fyi]
- scrollIntoView with nested elements with different scroll-behavior:
FAIL[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview],PASS[Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt,GitHub] (Chrome:PASS, Safari:PASS)
- scrollIntoView with nested elements with different scroll-behavior:
- /css/cssom-view/scroll-behavior-subframe-root.html [wpt.fyi]:
OK[Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt,GitHub],SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview] (Chrome:OK, Safari:OK) - /dom/events/scrolling/overscroll-deltas.html [wpt.fyi]:
ERROR(Chrome:OK, Safari:TIMEOUT)- testing, vertical:
TIMEOUT(Chrome:PASS, Safari:FAIL) - testing, horizontal:
NOTRUN(Chrome:PASS, Safari:TIMEOUT)
- testing, vertical:
- /dom/events/scrolling/overscroll-event-fired-to-document.html [wpt.fyi]:
OK[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-64-2009-qr-debug],SKIP[Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT)- Tests that the document gets overscroll event when no element scrolls after touch scrolling.:
FAIL[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-64-2009-qr-debug],TIMEOUT[GitHub] (Chrome:PASS, Safari:TIMEOUT)
- Tests that the document gets overscroll event when no element scrolls after touch scrolling.:
- /dom/events/scrolling/overscroll-event-fired-to-element-with-overscroll-behavior.html [wpt.fyi]:
OK[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-64-2009-qr-debug],SKIP[Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT)- Tests that the last element in the cut scroll chain gets overscroll event when no element scrolls by touch.:
FAIL[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-64-2009-qr-debug],TIMEOUT[GitHub] (Chrome:PASS, Safari:TIMEOUT)
- Tests that the last element in the cut scroll chain gets overscroll event when no element scrolls by touch.:
- /dom/events/scrolling/overscroll-event-fired-to-scrolled-element.html [wpt.fyi]:
OK[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-64-2009-qr-debug],SKIP[Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT)- Tests that the scrolled element gets overscroll event after fully scrolling by touch.:
FAIL[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-64-2009-qr-debug],TIMEOUT[GitHub] (Chrome:PASS, Safari:TIMEOUT)
- Tests that the scrolled element gets overscroll event after fully scrolling by touch.:
- /dom/events/scrolling/overscroll-event-fired-to-window.html [wpt.fyi]:
OK[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-64-2009-qr-debug],SKIP[Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT)- Tests that the window gets overscroll event when no element scrollsafter touch scrolling.:
FAIL[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-64-2009-qr-debug],TIMEOUT[GitHub] (Chrome:PASS, Safari:TIMEOUT)
- Tests that the window gets overscroll event when no element scrollsafter touch scrolling.:
- /dom/events/scrolling/scrollend-event-fired-after-sequence-of-scrolls.tentative.html [wpt.fyi]
- Move down, up and down again, receive scrollend event only once:
FAIL(Chrome:PASS, Safari:PASS) - Move right, left and right again, receive scrollend event only once:
FAIL(Chrome:PASS, Safari:PASS)
- Move down, up and down again, receive scrollend event only once:
- /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html [wpt.fyi]
- Tests scrollend event for nested scrollIntoView.:
FAIL(Chrome:FAIL, Safari:FAIL)
- Tests scrollend event for nested scrollIntoView.:
- /dom/events/scrolling/scrollend-event-fired-to-document.html [wpt.fyi]:
ERROR(Chrome:OK, Safari:TIMEOUT)- testing, vertical:
FAIL(Chrome:PASS, Safari:FAIL) - testing, horizontal:
FAIL(Chrome:PASS, Safari:TIMEOUT)
- testing, vertical:
- /dom/events/scrolling/scrollend-event-fires-on-visual-viewport.html [wpt.fyi]
- scrollend fires when visual viewport is panned.:
FAIL(Chrome:PASS, Safari:FAIL)
- scrollend fires when visual viewport is panned.:
Tests Disabled in Gecko Infrastructure
- /css/css-scroll-snap/input/snap-area-overflow-boundary-viewport-covering.tentative.html [wpt.fyi]:
OK[GitHub],SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt] (Chrome:OK, Safari:OK) linked bug:Bug 1744876 - /css/css-scroll-snap/overscroll-snap.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT) - /css/css-scroll-snap/snap-after-relayout/multiple-aligned-targets/prefer-focused-element.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT) - /css/css-scroll-snap/snap-after-relayout/multiple-aligned-targets/prefer-focused-nested-containers.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT) - /css/css-scroll-snap/snap-after-relayout/multiple-aligned-targets/prefer-inner-target.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT) linked bug:Bug 1880436 - /css/css-scroll-snap-2/snapchanging/snapchanging-after-layout-change.tentative.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT) - /css/css-scroll-snap-2/snapchanging/snapchanging-on-user-root-scroll.tentative.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:ERROR, Safari:TIMEOUT) - /css/css-scroll-snap-2/snapchanging/snapchanging-on-user-scroll.tentative.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:ERROR, Safari:TIMEOUT) - /dom/events/scrolling/scrollend-event-fired-after-snap.html [wpt.fyi]:
OK[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug],SKIP[Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT) linked bug:Bug 1655754 - /dom/events/scrolling/scrollend-event-fired-to-window.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT) linked bug:Bug 1655754 - /dom/events/scrolling/scrollend-event-fires-to-iframe-window.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:ERROR, Safari:TIMEOUT) - /dom/events/scrolling/scrollend-event-for-user-scroll.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT) linked bug:Bug 1826912 - /css/cssom-view/scroll-behavior-subframe-root.html [wpt.fyi]:
OK[Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt,GitHub],SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview] (Chrome:OK, Safari:OK) - /dom/events/scrolling/overscroll-event-fired-to-document.html [wpt.fyi]:
OK[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-64-2009-qr-debug],SKIP[Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT) linked bug:Bug 1655754 - /dom/events/scrolling/overscroll-event-fired-to-element-with-overscroll-behavior.html [wpt.fyi]:
OK[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-64-2009-qr-debug],SKIP[Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT) linked bug:Bug 1655754 - /dom/events/scrolling/overscroll-event-fired-to-scrolled-element.html [wpt.fyi]:
OK[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-64-2009-qr-debug],SKIP[Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT) - /dom/events/scrolling/overscroll-event-fired-to-window.html [wpt.fyi]:
OK[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-64-2009-qr-debug],SKIP[Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT) linked bug:Bug 1655754
Comment 5•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/21c4dff58be6
https://hg.mozilla.org/mozilla-central/rev/34ae0da510f4
Description
•