Source code
Revision control
Copy as Markdown
Other Tools
[same-document-root.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]
[root.scrollTop = 0]
expected:
if (processor == "x86") and (os == "linux"): FAIL
[root.scrollTop = 150 with root scrolled out of view.]
expected:
if (processor == "x86") and (os == "linux"): FAIL
[root.scrollTop = 150 with root scrolled into view.]
expected:
if (processor == "x86") and (os == "linux"): FAIL