blob: 6689b8c3136dbcbf7ee6984fbed4a774d2944e84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[navigated-named-objects.window.html]
[Window's associated Document object is used for finding named objects (<object> with browsing ccontext via srcdoc <iframe)>]
expected:
if (os == "linux") and not fission and not debug: [PASS, FAIL]
[FAIL, PASS]
[Window's associated Document object is used for finding named objects (<object> with browsing ccontext via same-origin <iframe)>]
expected:
if (os == "linux") and swgl and not fission: [FAIL, PASS]
if (os == "linux") and swgl and fission: [FAIL, PASS]
if (os == "mac") and not debug: [FAIL, PASS]
if (os == "linux") and not swgl: [FAIL, PASS]
FAIL
[Window's associated Document object is used for finding named objects (<object> with browsing ccontext via cross-site <iframe)>]
expected:
if not fission and (os == "linux") and not debug: [FAIL, PASS]
if not fission and (os == "linux") and debug: [FAIL, PASS]
if not fission and (os == "android"): [FAIL, PASS]
[PASS, FAIL]
|