overscroll-behavior-root.html.ini (557B)
1 [overscroll-behavior-root.html] 2 expected: 3 if os == "android": [OK, FAIL] 4 [overscroll-behavior in root works] 5 expected: 6 if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL] 7 if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL] 8 if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL] 9 if (os == "linux") and not tsan: [PASS, FAIL] 10 if (os == "android") and debug: [PASS, FAIL] 11 if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]