Source code
Revision control
Copy as Markdown
Other Tools
[overscroll-behavior-root.html]
expected:
if os == "android": [OK, FAIL]
[overscroll-behavior in root works]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL]
if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL]
if (os == "linux") and not tsan: [PASS, FAIL]
if (os == "android") and debug: [PASS, FAIL]