Source code

Revision control

Copy as Markdown

Other Tools

[overscroll-behavior.html]
prefs: [dom.event.wheel-event-groups.enabled:true, mousewheel.transaction.timeout:0]
[overscroll-behavior-y: none prevents scroll propagation on y axis]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [PASS, FAIL]
if (os == "android") and not sessionHistoryInParent and debug: [PASS, FAIL]
if (os == "android") and not sessionHistoryInParent 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 debug: [FAIL, PASS]