22 lines
580 B
INI
22 lines
580 B
INI
[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 fission and (os == "mac") and debug: PASS
|
|
if not fission: PASS
|
|
[PASS, FAIL]
|
|
|
|
[topDocument.scrollingElement.scrollTop = 200]
|
|
expected:
|
|
if fission and debug and (os == "mac"): PASS
|
|
if not fission: PASS
|
|
[PASS, FAIL]
|