Source code

Revision control

Copy as Markdown

Other Tools

[prefer-focused-element.html]
[scroller selects focused target from aligned choices on snap]
expected:
if not debug and (os == "mac") and (version == "OS X 14.7.5"): [PASS, FAIL]
if not debug and (os == "android") and sessionHistoryInParent: [PASS, FAIL]
if not debug and (os == "android") and not sessionHistoryInParent: [PASS, FAIL]
if not debug and (os == "win"): [PASS, FAIL]
[out-of-viewport focused element is not the selected snap target.]
expected:
if not debug and (os == "mac") and (version == "OS X 14.7.5"): [PASS, FAIL]
if not debug and (os == "android") and sessionHistoryInParent: [PASS, FAIL]
if not debug and (os == "android") and not sessionHistoryInParent: [PASS, FAIL]
if not debug and (os == "win"): [PASS, FAIL]
[scroller follows selected snap target through layout shift,regardless of focus]
expected:
if (os == "mac") and not debug and (version == "OS X 14.7.5"): [PASS, FAIL]
if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL]
if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL]