diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/meta/x-frame-options/multiple.html.ini | 165 |
1 files changed, 165 insertions, 0 deletions
diff --git a/testing/web-platform/meta/x-frame-options/multiple.html.ini b/testing/web-platform/meta/x-frame-options/multiple.html.ini new file mode 100644 index 0000000000..6cb866eb49 --- /dev/null +++ b/testing/web-platform/meta/x-frame-options/multiple.html.ini @@ -0,0 +1,165 @@ +[multiple.html] + disabled: + if tsan: https://bugzilla.mozilla.org/show_bug.cgi?1682723 + expected: + if debug and (os == "linux") and fission and swgl: [OK, TIMEOUT] + if debug and (os == "linux") and not fission: [OK, TIMEOUT] + if debug and (os == "android") and fission: [OK, TIMEOUT] + [`ALLOWALL;INVALID` blocks same-origin framing] + expected: FAIL + + [`(the empty string),SAMEORIGIN` blocks same-origin framing] + expected: FAIL + + [`SAMEORIGIN,INVALID` blocks same-origin framing] + expected: FAIL + + [`INVALID;allowAll` blocks same-origin framing] + expected: FAIL + + [`INVALID,SAMEORIGIN` blocks same-origin framing] + expected: FAIL + + [`ALLOWALL,INVALID` blocks same-origin framing] + expected: FAIL + + [`INVALID,allowAll` blocks same-origin framing] + expected: FAIL + + [`SAMEORIGIN;` blocks same-origin framing] + expected: FAIL + + [`ALLOWALL,(the empty string)` blocks same-origin framing] + expected: FAIL + + [`INVALID,ALLOWALL` blocks same-origin framing] + expected: FAIL + + [`INVALID;SAMEORIGIN` blocks same-origin framing] + expected: FAIL + + [`(the empty string),ALLOWALL` blocks same-origin framing] + expected: FAIL + + [`ALLOWALL,SAMEORIGIN` blocks same-origin framing] + expected: FAIL + + [`ALLOWALL;` blocks same-origin framing] + expected: FAIL + + [`(the empty string);SAMEORIGIN` blocks same-origin framing] + expected: FAIL + + [`allowAll,INVALID` blocks same-origin framing] + expected: FAIL + + [`SAMEORIGIN,ALLOWALL` blocks same-origin framing] + expected: FAIL + + [`ALLOWALL;SAMEORIGIN` blocks same-origin framing] + expected: FAIL + + [`"DENY",SAMEORIGIN` blocks same-origin framing] + expected: FAIL + + [`"DENY";SAMEORIGIN` blocks same-origin framing] + expected: FAIL + + [`SAMEORIGIN,(the empty string)` blocks same-origin framing] + expected: FAIL + + [`SAMEORIGIN;INVALID` blocks same-origin framing] + expected: FAIL + + [`(the empty string);ALLOWALL` blocks same-origin framing] + expected: FAIL + + [`SAMEORIGIN;ALLOWALL` blocks same-origin framing] + expected: FAIL + + [`INVALID;ALLOWALL` blocks same-origin framing] + expected: FAIL + + [`SAMEORIGIN;"DENY"` blocks same-origin framing] + expected: FAIL + + [`allowAll;INVALID` blocks same-origin framing] + expected: FAIL + + [`SAMEORIGIN,"DENY"` blocks same-origin framing] + expected: FAIL + + [`INVALID;` allows same-origin framing] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] + if (os == "linux") and debug and not fission: [PASS, TIMEOUT] + + [`INVALID;INVALID` allows cross-origin framing] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] + if (os == "linux") and debug and not fission: [PASS, TIMEOUT] + + [`INVALID,(the empty string)` allows same-origin framing] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] + if (os == "linux") and debug and not fission: [PASS, TIMEOUT] + + [`INVALID,(the empty string)` allows cross-origin framing] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] + if (os == "linux") and debug and not fission: [PASS, TIMEOUT] + + [`(the empty string);INVALID` allows same-origin framing] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] + if (os == "linux") and debug and not fission: [PASS, TIMEOUT] + + [`(the empty string),INVALID` allows same-origin framing] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] + if (os == "linux") and debug and not fission: [PASS, TIMEOUT] + + [`(the empty string);INVALID` allows cross-origin framing] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] + if (os == "linux") and debug and not fission: [PASS, TIMEOUT] + + [`sameOrigin,SAMEORIGIN` allows same-origin framing] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] + if (os == "linux") and debug and not fission: [PASS, TIMEOUT] + + [`(the empty string),INVALID` allows cross-origin framing] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] + if (os == "linux") and debug and not fission: [PASS, TIMEOUT] + + [`SAMEORIGIN;SAMEORIGIN` allows same-origin framing] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] + if (os == "linux") and debug and not fission: [PASS, TIMEOUT] + + [`sameOrigin;SAMEORIGIN` allows same-origin framing] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] + if (os == "linux") and debug and not fission: [PASS, TIMEOUT] + + [`SAMEORIGIN;sameOrigin` allows same-origin framing] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] + if (os == "linux") and debug and not fission: [PASS, TIMEOUT] + + [`INVALID;INVALID` allows same-origin framing] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] + if (os == "linux") and debug and not fission: [PASS, TIMEOUT] + + [`SAMEORIGIN,sameOrigin` allows same-origin framing] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] + if (os == "linux") and debug and not fission: [PASS, TIMEOUT] + + [`INVALID;` allows cross-origin framing] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] + if (os == "linux") and debug and not fission: [PASS, TIMEOUT] |