blob: 407414902bde4f716984014913c9958f7101b02c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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]
|