Source code
Revision control
Copy as Markdown
Other Tools
[multiple-thresholds.html]
[First rAF.]
expected:
if (os_version == "7.0") and not debug: [PASS, FAIL]
if (os_version == "24.04") and (processor == "x86"): FAIL
if (os_version == "14") and not debug: [PASS, FAIL]
[document.scrollingElement.scrollTop = 200]
expected:
if (processor == "x86") and (os == "linux"): FAIL
[document.scrollingElement.scrollTop = window.innerHeight + 140]
expected:
if (processor == "x86") and (os == "linux"): FAIL
[document.scrollingElement.scrollTop = window.innerHeight + 160]
expected:
if (processor == "x86") and (os == "linux"): FAIL
[document.scrollingElement.scrollTop = window.innerHeight + 200]
expected:
if (processor == "x86") and (os == "linux"): FAIL
[document.scrollingElement.scrollTop = 160]
expected:
if (processor == "x86") and (os == "linux"): FAIL
[document.scrollingElement.scrollTop = 120]
expected:
if (processor == "x86") and (os == "linux"): FAIL
[document.scrollingElement.scrollTop = 240]
expected:
if (processor == "x86") and (os == "linux"): FAIL