[overscroll-behavior.html] prefs: [mousewheel.transaction.timeout:0] [overscroll-behavior-y: none prevents scroll propagation on y axis] expected: if (os == "android") and debug and sessionHistoryInParent: [PASS, FAIL] if (os == "android") and debug and not sessionHistoryInParent: [PASS, FAIL] if (os == "android") and not debug: [PASS, FAIL] [overscroll-behavior-x: none prevents scroll propagation on x axis] expected: if os == "android": FAIL [overscroll-behavior allows inner scrolling when both axes are none] expected: if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL] if (os == "android") and debug: [PASS, FAIL]