cross-origin-iframe.sub.html.ini (770B)
1 [cross-origin-iframe.sub.html] 2 [First rAF] 3 expected: 4 if not fission and debug and (os == "android"): PASS 5 if fission: [FAIL, PASS] 6 [PASS, FAIL] 7 8 [topDocument.scrollingElement.scrollTop = 100] 9 expected: 10 if fission: FAIL 11 12 [iframeDocument.scrollingElement.scrollTop = 250] 13 expected: 14 if fission and (os == "linux") and not debug and not asan and not tsan: [FAIL, PASS] 15 if fission and (os == "mac") and debug: PASS 16 if not fission: PASS 17 [PASS, FAIL] 18 19 [topDocument.scrollingElement.scrollTop = 200] 20 expected: 21 if fission and (os == "linux") and not debug and not asan and not tsan: [FAIL, PASS] 22 if fission and (os == "mac") and debug: [PASS, FAIL] 23 if not fission: PASS 24 [PASS, FAIL]