overscroll-behavior.html.ini (748B)
1 [overscroll-behavior.html] 2 prefs: [dom.event.wheel-event-groups.enabled:true, mousewheel.transaction.timeout:0] 3 [overscroll-behavior-y: none prevents scroll propagation on y axis] 4 expected: 5 if (os == "android") and debug and sessionHistoryInParent: [PASS, FAIL] 6 if (os == "android") and debug and not sessionHistoryInParent: [PASS, FAIL] 7 if (os == "android") and not debug: [PASS, FAIL] 8 9 [overscroll-behavior-x: none prevents scroll propagation on x axis] 10 expected: 11 if os == "android": FAIL 12 13 [overscroll-behavior allows inner scrolling when both axes are none] 14 expected: 15 if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL] 16 if (os == "android") and debug: [PASS, FAIL]