Source code
Revision control
Copy as Markdown
Other Tools
[multiple-iframes.tentative.https.window.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [ERROR, OK]
if (os == "win") and debug and (processor == "x86"): [ERROR, OK]
if (os == "win") and not debug and (processor == "x86"): [ERROR, OK]
if (os == "linux") and (processor == "x86_64") and not fission: OK
if os == "android": OK
[OK, ERROR]
[fetchLater() request quota are delegated to cross-origin iframes and not shared, even if they are same origin.]
expected: FAIL