Source code
Revision control
Copy as Markdown
Other Tools
[cross-origin-iframe.sub.html]
[First rAF]
expected:
if not fission and debug and (os == "android"): PASS
if fission: [FAIL, PASS]
[PASS, FAIL]
[topDocument.scrollingElement.scrollTop = 100]
expected:
if fission: FAIL
[iframeDocument.scrollingElement.scrollTop = 250]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and fission and asan: [FAIL, PASS]
if (os == "linux") and fission and not asan: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[topDocument.scrollingElement.scrollTop = 200]
expected:
if fission and debug and (os == "win") and (processor == "x86"): [PASS, FAIL]
if fission and debug and (os == "linux"): [PASS, FAIL]
if fission and not debug and asan: [FAIL, PASS]
if fission and not debug and not asan: [PASS, FAIL]