12 lines
553 B
INI
12 lines
553 B
INI
[iframe-all-local-schemes-inherit-self.sub.html]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, OK]
|
|
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK]
|
|
if os == "android": [TIMEOUT, OK]
|
|
[OK, TIMEOUT]
|
|
[<iframe>'s about:blank inherits policy.]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, PASS]
|
|
if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, PASS]
|
|
if os == "android": [TIMEOUT, PASS]
|
|
[PASS, TIMEOUT]
|