Bug 1623853 - [wpt-sync] Update web-platform-tests to d154c9ec965214293d679640834e70ec2fd915dc, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: d154c9ec965214293d679640834e70ec2fd915dc
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2020-03-20 10:09:37 +00:00
parent 2cf87aedec
commit 1aa5b504ca
116 changed files with 631 additions and 318 deletions

View File

@ -1,8 +1,7 @@
[subsumption_algorithm-host_sources-ports.html]
[Specified ports must match.]
expected:
if webrender and debug and (os == "linux") and fission: ["FAIL", "PASS"]
if webrender and debug and (os == "linux") and not fission: ["FAIL", "PASS"]
if webrender and debug and (os == "linux"): ["PASS", "FAIL"]
FAIL
[Returned CSP should be subsumed if the port is specified but is not default for a more secure scheme.]

View File

@ -1,6 +1,6 @@
[href-location-blocked.sub.html]
[Violation report status OK.]
expected:
if (os == "android") and debug: ["FAIL", "PASS"]
if (os == "android") and debug: ["PASS", "FAIL"]
if (os == "android") and not debug: ["PASS", "FAIL"]

View File

@ -1,5 +1,6 @@
[relpos-percentage-top-in-scrollable.html]
[Top percentage resolved correctly for overflow contribution]
expected:
if os == "android": ["PASS", "FAIL"]
if (os == "android") and not debug: ["PASS", "FAIL"]
if (os == "android") and debug: ["FAIL", "PASS"]

View File

@ -4,5 +4,5 @@
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1552460
if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1559313
expected:
if webrender and not debug and not fission: ["FAIL", "PASS"]
if webrender and not debug and not fission: ["PASS", "FAIL"]
if not webrender: FAIL

View File

@ -13,5 +13,6 @@
[Snaps to top-right after pressing ArrowRight]
expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"]
if os == "mac": ["PASS", "FAIL"]

View File

@ -1,3 +1,3 @@
[writing-system-line-break-001.html]
expected:
if (processor == "x86") and not debug: ["FAIL", "PASS"]
if (processor == "x86") and not debug: ["PASS", "FAIL"]

View File

@ -1,10 +1,10 @@
[appearance-auto-001.html]
disabled:
if debug and (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1560360
expected:
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["FAIL", "PASS"]
if (os == "win") and not webrender and not debug and (processor == "x86"): FAIL
if (os == "win") and not webrender and debug: FAIL
if (os == "win") and webrender: FAIL
fuzzy:
if os == "android": maxDifference=0-1;totalPixels=0-23
expected:
if (os == "win") and not webrender and not debug and (processor == "x86"): FAIL
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "win") and not webrender and debug: FAIL
if (os == "win") and webrender: FAIL

View File

@ -1,10 +1,10 @@
[appearance-button-bevel-001.html]
disabled:
if debug and (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1560360
fuzzy:
if os == "android": maxDifference=0-1;totalPixels=0-23
expected:
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["FAIL", "PASS"]
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "win") and not webrender and not debug and (processor == "x86"): ["FAIL", "PASS"]
if (os == "win") and not webrender and debug: ["FAIL", "PASS"]
if (os == "win") and webrender: ["FAIL", "PASS"]
fuzzy:
if os == "android": maxDifference=0-1;totalPixels=0-23

View File

@ -1,10 +1,10 @@
[appearance-checkbox-001.html]
disabled:
if debug and (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1560360
expected:
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["FAIL", "PASS"]
if (os == "win") and not webrender and not debug and (processor == "x86"): FAIL
if (os == "win") and not webrender and debug: FAIL
if (os == "win") and webrender: FAIL
fuzzy:
if os == "android": maxDifference=0-1;totalPixels=0-23
expected:
if (os == "win") and not webrender and not debug and (processor == "x86"): FAIL
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "win") and not webrender and debug: FAIL
if (os == "win") and webrender: FAIL

View File

@ -3,6 +3,6 @@
if os == "android": maxDifference=0-1;totalPixels=0-23
expected:
if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "win") and debug and webrender: ["FAIL", "PASS"]
if (os == "win") and not debug: ["FAIL", "PASS"]

View File

@ -1,21 +1,21 @@
[ch-pseudo-recalc-on-font-load.html]
[ch in pseudo-element ::marker should be recalculated after loading a web font]
expected:
if not debug and (os == "linux") and webrender and fission: PASS
if not debug and (os == "linux") and fission: PASS
if not debug and (os == "win") and fission: ["PASS", "FAIL"]
if debug and (os == "linux") and fission: PASS
if debug and (os == "linux") and not fission: FAIL
if not debug and (os == "win") and fission: ["PASS", "FAIL"]
if debug and (os == "android"): PASS
if debug and (os == "mac"): FAIL
if debug and (os == "win"): FAIL
if not debug and (os == "android"): ["PASS", "FAIL"]
if debug and (os == "android"): PASS
if debug and (os == "win"): FAIL
if debug and (os == "mac"): FAIL
[FAIL, PASS]
[ch in pseudo-element ::after should be recalculated after loading a web font]
expected:
if not debug and (os == "linux") and webrender and fission: PASS
if debug and (os == "linux") and not fission: FAIL
if debug and (os == "linux") and fission: PASS
if debug and (os == "linux") and not fission: FAIL
if not debug and (os == "linux") and fission: PASS
if not debug and (os == "win") and fission: ["PASS", "FAIL"]
if debug and (os == "mac"): FAIL
if debug and (os == "android"): PASS
@ -25,9 +25,9 @@
[ch in pseudo-element ::first-line should be recalculated after loading a web font]
expected:
if not debug and (os == "linux") and webrender and fission: PASS
if debug and (os == "linux") and not fission: FAIL
if debug and (os == "linux") and fission: PASS
if debug and (os == "linux") and not fission: FAIL
if not debug and (os == "linux") and fission: PASS
if not debug and (os == "win") and fission: ["PASS", "FAIL"]
if debug and (os == "android"): PASS
if debug and (os == "win"): FAIL
@ -37,13 +37,13 @@
[ch in pseudo-element ::before should be recalculated after loading a web font]
expected:
if not debug and (os == "linux") and webrender and fission: PASS
if debug and (os == "linux") and not fission: FAIL
if debug and (os == "linux") and fission: PASS
if not debug and (os == "linux") and fission: PASS
if not debug and (os == "win") and fission: ["PASS", "FAIL"]
if debug and (os == "android"): PASS
if debug and (os == "mac"): FAIL
if debug and (os == "win"): FAIL
if debug and (os == "android"): PASS
if not debug and (os == "android"): ["PASS", "FAIL"]
[FAIL, PASS]

View File

@ -0,0 +1,3 @@
[flexbox-align-self-horiz-004.xhtml]
expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"]

View File

@ -1,6 +1,6 @@
[mask-image-1d.html]
expected:
if not webrender and (os == "android") and not debug: ["TIMEOUT", "PASS"]
if not webrender and (os == "android") and debug: ["PASS", "TIMEOUT"]
if not webrender and (os == "android") and not debug: ["PASS", "TIMEOUT"]
if webrender: PASS
TIMEOUT

View File

@ -0,0 +1,3 @@
[mask-image-3g.html]
expected:
if (os == "android") and not debug: ["PASS", "TIMEOUT"]

View File

@ -1,8 +1,8 @@
[lazyload-disabled-tentative.sub.html]
[Sanity-check: Contents do not load immediately (no eager-loading) when the lazyload attribute is 'on' and frame is in viewport.]
expected:
if fission and not debug and (os == "linux"): ["PASS", "FAIL"]
if fission and not debug and (os == "win"): ["FAIL", "PASS"]
if fission and (os == "linux") and not debug: ["PASS", "FAIL"]
if fission and (os == "win"): ["FAIL", "PASS"]
FAIL
[When 'lazyload' feature is disabled, a frame cannot avoid lazyloading by setting 'lazyload' attribute to 'off']

View File

@ -1,9 +1,9 @@
[lazyload-enabled-tentative.sub.html]
[Sanity-check: Contents do not load immediately (no eager-loading) when the loading attribute is 'lazy' and frame is in viewport.]
expected:
if fission and (os == "linux") and debug: ["FAIL", "PASS"]
if fission and (os == "linux") and not debug: ["PASS", "FAIL"]
if fission and (os == "win"): ["FAIL", "PASS"]
if fission and not debug and (os == "linux"): ["PASS", "FAIL"]
if fission and not debug and (os == "win"): ["FAIL", "PASS"]
if fission and debug: ["PASS", "FAIL"]
FAIL
[When 'lazyload' feature is enabled, a frame can avoid lazyloading by setting 'loading' attribute to 'eager']

View File

@ -1,8 +1,8 @@
[loading-frame-default-eager-disabled-tentative.sub.html]
[When 'loading-frame-default-eager' feature is disabled, a frame with 'loading attribute 'auto' will be lazily loaded.]
expected:
if fission and not debug and (os == "win"): ["FAIL", "PASS"]
if fission and not debug and (os == "linux"): ["PASS", "FAIL"]
if fission and debug: ["FAIL", "PASS"]
if fission and (os == "linux") and debug: ["PASS", "FAIL"]
if fission and (os == "linux") and not debug: ["PASS", "FAIL"]
if fission and (os == "win"): ["FAIL", "PASS"]
FAIL

View File

@ -4,7 +4,7 @@
if debug and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1564229
expected:
if (os == "android") and debug: ["OK", "ERROR"]
if os == "mac": ["OK", "ERROR"]
if os == "mac": ["ERROR", "OK"]
[Verify that when a sandbox related feature is enabled in 'allow' then the feature will be enabled regardless of sandbox attribute's value.]
expected: FAIL

View File

@ -6,8 +6,7 @@
[Cross-site window, forced, reloaded]
expected:
if (os == "android") and not debug: ["FAIL", "PASS"]
if (os == "android") and debug: ["FAIL", "PASS"]
if os == "android": ["FAIL", "PASS"]
[PASS, FAIL]
[Same-origin window, user-activated: sec-fetch-user]
@ -18,5 +17,6 @@
[Same-site window, forced, reloaded]
expected:
if os == "android": ["PASS", "FAIL"]
if (os == "android") and debug: ["PASS", "FAIL"]
if (os == "android") and not debug: ["FAIL", "PASS"]

View File

@ -6,6 +6,6 @@
expected:
if release_or_beta: [FAIL, TIMEOUT]
if (os == "android") and debug: ["FAIL", "PASS"]
if (os == "android") and not debug: ["PASS", "FAIL"]
if (os == "android") and not debug: ["FAIL", "PASS"]
FAIL

View File

@ -1,8 +1,8 @@
[no_window_open_when_term_nesting_level_nonzero.window.html]
expected:
if webrender and (os == "linux") and debug and not fission: ["ERROR", "TIMEOUT"]
if webrender and (os == "linux") and debug and fission: ["CRASH", "ERROR", "TIMEOUT"]
if webrender and (os == "linux") and not debug and fission: ["TIMEOUT", "CRASH", "ERROR"]
if webrender and (os == "linux") and debug and fission: ["ERROR", "TIMEOUT", "CRASH"]
if webrender and (os == "linux") and not debug and fission: ["TIMEOUT", "ERROR", "CRASH"]
if webrender and (os == "linux") and not debug and not fission: ["TIMEOUT", "ERROR", "CRASH"]
ERROR
[no popups from synchronously reachable window]

View File

@ -1,7 +1,7 @@
[open-features-tokenization-noreferrer.html]
expected:
if not fission and webrender and (os == "linux") and not debug: ["TIMEOUT", "OK"]
if fission and (os == "linux") and not debug: ["OK", "TIMEOUT", "CRASH"]
if webrender and (os == "linux") and not debug and not fission: ["OK", "TIMEOUT"]
if webrender and (os == "linux") and not debug and fission: ["OK", "TIMEOUT", "CRASH"]
[Tokenizing "noreferrer" should ignore window feature separators except "," after initial "=" and before value]
expected: FAIL

View File

@ -2,10 +2,10 @@
disabled:
if (os == "linux") and (bits == 32) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1483696
expected:
if (os == "linux") and debug and fission: ["OK", "TIMEOUT"]
if (os == "linux") and debug and not fission: ["OK", "TIMEOUT"]
if (os == "linux") and debug and not webrender: ["OK", "TIMEOUT"]
if (os == "linux") and debug and webrender: ["OK", "TIMEOUT"]
[Auxiliary browsing context created via `window.open` and setting `window.opener` to `null` should report `window.opener` `null`]
expected:
if (os == "linux") and debug and fission: ["PASS", "TIMEOUT"]
if (os == "linux") and debug and not fission: ["PASS", "TIMEOUT"]
if (os == "linux") and debug and webrender: ["PASS", "TIMEOUT"]
if (os == "linux") and debug and not webrender: ["PASS", "TIMEOUT"]

View File

@ -9,7 +9,7 @@
["require-corp" top-level: navigating a frame from "require-corp" to "none" should fail]
expected:
if fission and (os == "linux") and not debug: ["PASS", "FAIL"]
if fission and (os == "linux") and not debug: ["FAIL", "PASS"]
if fission and (os == "win"): ["PASS", "FAIL"]
[CORP: same-site is checked and blocked.]

View File

@ -1,7 +1,7 @@
[coop-sandbox.https.html]
[<iframe sandbox="allow-popups allow-scripts"> Sandboxed Cross-Origin-Opener-Policy popup should result in a network error]
expected:
if (processor == "x86_64") and webrender: ["PASS", "FAIL"] # Bug 1623571
if fission: PASS
if webrender and fission: ["PASS", "FAIL"]
if webrender and not fission: ["FAIL", "PASS"]
FAIL

View File

@ -45,8 +45,8 @@
[utf-16be.html?include=workers]
expected:
if webrender and not fission and (os == "win") and debug: ["TIMEOUT", "OK"]
if not webrender and (os == "android") and not debug: ["TIMEOUT", "OK"]
if (processor == "x86_64") and (os == "win") and not webrender and not debug: ["TIMEOUT", "OK"]
if (processor == "x86") and (os == "linux"): ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -56,8 +56,8 @@
[SharedWorker constructor]
expected:
if webrender and not fission and (os == "win") and debug: ["TIMEOUT", "PASS"]
if not webrender and (os == "android") and not debug: ["TIMEOUT", "PASS"]
if (processor == "x86_64") and (os == "win") and not webrender and not debug: ["TIMEOUT", "PASS"]
if (processor == "x86") and (os == "linux"): ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]

View File

@ -42,7 +42,10 @@
[utf-16le.html?include=css]
[utf-16le.html?include=workers]
expected: [OK, TIMEOUT]
expected:
if (os == "linux") and fission and not debug: ["TIMEOUT", "OK"]
if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -53,7 +56,10 @@
FAIL
[SharedWorker constructor]
expected: [PASS, TIMEOUT]
expected:
if (os == "linux") and fission and not debug: ["TIMEOUT", "PASS"]
if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]
expected: FAIL

View File

@ -33,7 +33,8 @@
[utf-8.html?include=workers]
expected:
if (os == "linux") and webrender and not debug and fission: ["TIMEOUT", "OK"]
if (os == "win") and webrender and not debug and not fission: ["TIMEOUT", "OK"]
if (os == "android") and debug: ["TIMEOUT", "OK"]
if os == "mac": ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
@ -44,7 +45,8 @@
[SharedWorker constructor]
expected:
if (os == "linux") and webrender and not debug and fission: ["TIMEOUT", "PASS"]
if (os == "win") and webrender and not debug and not fission: ["TIMEOUT", "PASS"]
if (os == "android") and debug: ["TIMEOUT", "PASS"]
if os == "mac": ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]

View File

@ -287,7 +287,8 @@
[windows-1251.html?include=workers]
expected:
if (os == "android") and not debug: ["TIMEOUT", "OK"]
if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "OK"]
if os == "mac": ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -299,7 +300,8 @@
[SharedWorker constructor]
expected:
if (os == "android") and not debug: ["TIMEOUT", "PASS"]
if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "PASS"]
if os == "mac": ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]

View File

@ -114,7 +114,9 @@
[windows-1252.html?include=css]
[windows-1252.html?include=workers]
expected: [OK, TIMEOUT]
expected:
if (os == "linux") and debug and not webrender: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -122,7 +124,9 @@
expected: FAIL
[SharedWorker constructor]
expected: [PASS, TIMEOUT]
expected:
if (os == "linux") and debug and not webrender: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]
expected: FAIL

View File

@ -1,6 +1,6 @@
[iframe-scrolling-attribute-values.html]
expected:
if not fission and (processor == "x86_64") and (os == "win") and not webrender: ["PASS", "FAIL"]
if not fission and (processor == "x86") and debug: ["PASS", "FAIL"]
if not fission and (processor == "x86") and not debug: ["FAIL", "PASS"]
if not fission and (processor == "x86_64") and (os == "win") and not webrender and debug: ["PASS", "FAIL"]
if not fission and (processor == "x86_64") and (os == "win") and not webrender and not debug: ["PASS", "FAIL"]
if not fission and (processor == "x86"): ["FAIL", "PASS"]
if fission: ERROR

View File

@ -1,5 +1,5 @@
[iframe-scrolling-attribute.html]
expected:
if not fission and (os == "linux") and debug and not webrender: ["PASS", "FAIL"]
if not fission and (os == "linux") and not debug and not webrender: ["PASS", "FAIL"]
if not fission and (os == "linux") and not webrender and debug: ["PASS", "FAIL"]
if not fission and (os == "linux") and not webrender and not debug: ["PASS", "FAIL"]
if fission: ERROR

View File

@ -1,4 +0,0 @@
[activation-transfer-cross-origin-with-click-two-child-frames.sub.tentative.html]
[Cross-origin user activation transfer through postMessages]
expected: FAIL

View File

@ -1,4 +0,0 @@
[activation-transfer-cross-origin-with-click.sub.tentative.html]
[Cross-origin user activation transfer through postMessages]
expected: FAIL

View File

@ -1,4 +0,0 @@
[activation-transfer-with-click.tentative.html]
[User activation transfer through postMessages]
expected: FAIL

View File

@ -1,4 +0,0 @@
[activation-transfer-without-click.tentative.html]
[User activation transfer from inactive frame]
expected: FAIL

View File

@ -1,4 +0,0 @@
[invisible-images-composited.html]
[Images with opacity: 0, visibility: hidden, or display: none are not observable by LargestContentfulPaint.]
expected: PRECONDITION_FAILED

View File

@ -1,10 +1,4 @@
[tabindex-001.html]
[default and invalid values on MathML link]
expected: FAIL
[default and invalid values on mrow]
expected: FAIL
[default and invalid values for mstyle with href]
expected: FAIL

View File

@ -13,17 +13,20 @@
expected: NOTRUN
[Mixed-Content: Expects allowed for fetch to same-https origin and keep-scheme redirection from https context.]
expected: NOTRUN
expected: FAIL
[Mixed-Content: Expects blocked for fetch to cross-https origin and swap-scheme redirection from https context.]
expected: TIMEOUT
expected: NOTRUN
[Mixed-Content: Expects blocked for fetch to same-http origin and keep-scheme redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects allowed for fetch to same-https origin and no-redirect redirection from https context.]
expected: NOTRUN
expected: TIMEOUT
[Mixed-Content: Expects blocked for fetch to same-http origin and swap-scheme redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects blocked for fetch to same-http origin and no-redirect redirection from https context.]
expected: NOTRUN

View File

@ -1,8 +1,11 @@
[websocket.https.html]
expected: TIMEOUT
[Mixed-Content: Expects allowed for websocket to same-wss origin and no-redirect redirection from https context.]
expected: NOTRUN
expected: FAIL
[Mixed-Content: Expects blocked for websocket to cross-ws origin and no-redirect redirection from https context.]
expected: TIMEOUT
[Mixed-Content: Expects blocked for websocket to same-ws origin and no-redirect redirection from https context.]
expected: NOTRUN

View File

@ -4,10 +4,10 @@
expected: NOTRUN
[Mixed-Content: Expects blocked for xhr to cross-https origin and swap-scheme redirection from https context.]
expected: TIMEOUT
expected: NOTRUN
[Mixed-Content: Expects allowed for xhr to same-https origin and no-redirect redirection from https context.]
expected: NOTRUN
expected: TIMEOUT
[Mixed-Content: Expects blocked for xhr to cross-http origin and no-redirect redirection from https context.]
expected: NOTRUN
@ -22,8 +22,11 @@
expected: NOTRUN
[Mixed-Content: Expects allowed for xhr to same-https origin and keep-scheme redirection from https context.]
expected: NOTRUN
expected: FAIL
[Mixed-Content: Expects blocked for xhr to cross-http origin and swap-scheme redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects blocked for xhr to same-https origin and swap-scheme redirection from https context.]
expected: NOTRUN

View File

@ -1,8 +1,11 @@
[fetch.https.html]
expected: TIMEOUT
[Mixed-Content: Expects allowed for fetch to same-https origin and no-redirect redirection from https context.]
expected: NOTRUN
expected: FAIL
[Mixed-Content: Expects blocked for fetch to same-http origin and no-redirect redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects blocked for fetch to cross-http origin and no-redirect redirection from https context.]
expected: TIMEOUT

View File

@ -1,8 +1,11 @@
[websocket.https.html]
expected: TIMEOUT
[Mixed-Content: Expects allowed for websocket to same-wss origin and no-redirect redirection from https context.]
expected: NOTRUN
expected: FAIL
[Mixed-Content: Expects blocked for websocket to same-ws origin and no-redirect redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects blocked for websocket to cross-ws origin and no-redirect redirection from https context.]
expected: TIMEOUT

View File

@ -4,5 +4,8 @@
expected: TIMEOUT
[Mixed-Content: Expects allowed for xhr to same-https origin and no-redirect redirection from https context.]
expected: FAIL
[Mixed-Content: Expects blocked for xhr to same-http origin and no-redirect redirection from https context.]
expected: NOTRUN

View File

@ -7,17 +7,20 @@
expected: NOTRUN
[Mixed-Content: Expects allowed for fetch to same-https origin and keep-scheme redirection from https context.]
expected: NOTRUN
expected: FAIL
[Mixed-Content: Expects blocked for fetch to same-http origin and keep-scheme redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects allowed for fetch to same-https origin and no-redirect redirection from https context.]
expected: NOTRUN
expected: TIMEOUT
[Mixed-Content: Expects blocked for fetch to same-http origin and swap-scheme redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects blocked for fetch to same-http origin and no-redirect redirection from https context.]
expected: TIMEOUT
expected: NOTRUN
[Mixed-Content: Expects blocked for fetch to cross-http origin and swap-scheme redirection from https context.]
expected: NOTRUN

View File

@ -1,8 +1,11 @@
[websocket.https.html]
expected: TIMEOUT
[Mixed-Content: Expects allowed for websocket to same-wss origin and no-redirect redirection from https context.]
expected: NOTRUN
expected: FAIL
[Mixed-Content: Expects blocked for websocket to cross-ws origin and no-redirect redirection from https context.]
expected: TIMEOUT
[Mixed-Content: Expects blocked for websocket to same-ws origin and no-redirect redirection from https context.]
expected: NOTRUN

View File

@ -4,13 +4,13 @@
expected: NOTRUN
[Mixed-Content: Expects allowed for xhr to same-https origin and no-redirect redirection from https context.]
expected: NOTRUN
expected: TIMEOUT
[Mixed-Content: Expects blocked for xhr to cross-http origin and no-redirect redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects blocked for xhr to same-http origin and keep-scheme redirection from https context.]
expected: TIMEOUT
expected: NOTRUN
[Mixed-Content: Expects blocked for xhr to same-http origin and no-redirect redirection from https context.]
expected: NOTRUN
@ -19,5 +19,8 @@
expected: NOTRUN
[Mixed-Content: Expects allowed for xhr to same-https origin and keep-scheme redirection from https context.]
expected: FAIL
[Mixed-Content: Expects blocked for xhr to cross-http origin and swap-scheme redirection from https context.]
expected: NOTRUN

View File

@ -13,17 +13,20 @@
expected: NOTRUN
[Mixed-Content: Expects allowed for fetch to same-https origin and keep-scheme redirection from https context.]
expected: NOTRUN
expected: FAIL
[Mixed-Content: Expects blocked for fetch to cross-https origin and swap-scheme redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects allowed for fetch to same-https origin and no-redirect redirection from https context.]
expected: NOTRUN
expected: TIMEOUT
[Mixed-Content: Expects blocked for fetch to same-http origin and swap-scheme redirection from https context.]
expected: TIMEOUT
expected: NOTRUN
[Mixed-Content: Expects blocked for fetch to same-http origin and no-redirect redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects blocked for fetch to same-http origin and keep-scheme redirection from https context.]
expected: NOTRUN

View File

@ -1,8 +1,11 @@
[websocket.https.html]
expected: TIMEOUT
[Mixed-Content: Expects allowed for websocket to same-wss origin and no-redirect redirection from https context.]
expected: NOTRUN
expected: FAIL
[Mixed-Content: Expects blocked for websocket to same-ws origin and no-redirect redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects blocked for websocket to cross-ws origin and no-redirect redirection from https context.]
expected: TIMEOUT

View File

@ -10,10 +10,10 @@
expected: NOTRUN
[Mixed-Content: Expects allowed for xhr to same-https origin and no-redirect redirection from https context.]
expected: NOTRUN
expected: TIMEOUT
[Mixed-Content: Expects blocked for xhr to cross-http origin and no-redirect redirection from https context.]
expected: TIMEOUT
expected: NOTRUN
[Mixed-Content: Expects blocked for xhr to same-http origin and keep-scheme redirection from https context.]
expected: NOTRUN
@ -22,8 +22,11 @@
expected: NOTRUN
[Mixed-Content: Expects allowed for xhr to same-https origin and keep-scheme redirection from https context.]
expected: NOTRUN
expected: FAIL
[Mixed-Content: Expects blocked for xhr to cross-http origin and swap-scheme redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects blocked for xhr to cross-http origin and keep-scheme redirection from https context.]
expected: NOTRUN

View File

@ -1,19 +1,19 @@
[fetch.https.html]
expected: TIMEOUT
[Mixed-Content: Expects blocked for fetch to cross-http origin and keep-scheme redirection from https context.]
expected: TIMEOUT
expected: NOTRUN
[Mixed-Content: Expects blocked for fetch to cross-http origin and swap-scheme redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects allowed for fetch to same-https origin and keep-scheme redirection from https context.]
expected: NOTRUN
expected: FAIL
[Mixed-Content: Expects blocked for fetch to same-http origin and keep-scheme redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects allowed for fetch to same-https origin and no-redirect redirection from https context.]
expected: NOTRUN
expected: TIMEOUT
[Mixed-Content: Expects blocked for fetch to same-http origin and swap-scheme redirection from https context.]
expected: NOTRUN
@ -21,3 +21,6 @@
[Mixed-Content: Expects blocked for fetch to same-http origin and no-redirect redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects blocked for fetch to cross-http origin and no-redirect redirection from https context.]
expected: NOTRUN

View File

@ -1,8 +1,11 @@
[websocket.https.html]
expected: TIMEOUT
[Mixed-Content: Expects allowed for websocket to same-wss origin and no-redirect redirection from https context.]
expected: NOTRUN
expected: FAIL
[Mixed-Content: Expects blocked for websocket to same-ws origin and no-redirect redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects blocked for websocket to cross-ws origin and no-redirect redirection from https context.]
expected: TIMEOUT

View File

@ -1,10 +1,10 @@
[xhr.https.html]
expected: TIMEOUT
[Mixed-Content: Expects allowed for xhr to same-https origin and no-redirect redirection from https context.]
expected: NOTRUN
expected: TIMEOUT
[Mixed-Content: Expects blocked for xhr to cross-http origin and no-redirect redirection from https context.]
expected: TIMEOUT
expected: NOTRUN
[Mixed-Content: Expects blocked for xhr to same-http origin and keep-scheme redirection from https context.]
expected: NOTRUN
@ -16,8 +16,11 @@
expected: NOTRUN
[Mixed-Content: Expects allowed for xhr to same-https origin and keep-scheme redirection from https context.]
expected: NOTRUN
expected: FAIL
[Mixed-Content: Expects blocked for xhr to cross-http origin and swap-scheme redirection from https context.]
expected: NOTRUN
[Mixed-Content: Expects blocked for xhr to same-http origin and swap-scheme redirection from https context.]
expected: NOTRUN

View File

@ -7,7 +7,7 @@
expected:
if not fission and (os == "android"): PASS
if fission: PASS
NOTRUN
TIMEOUT
[Mixed-Content: Expects blocked for link-prefetch-tag to cross-https origin and swap-scheme redirection from https context.]
expected:
@ -31,7 +31,7 @@
expected:
if not fission and (os == "android"): PASS
if fission: PASS
TIMEOUT
NOTRUN
[Mixed-Content: Expects blocked for link-prefetch-tag to same-http origin and swap-scheme redirection from https context.]
expected:

View File

@ -7,13 +7,13 @@
expected:
if not fission and (os == "android"): PASS
if fission: PASS
TIMEOUT
NOTRUN
[Mixed-Content: Expects allowed for link-prefetch-tag to same-https origin and no-redirect redirection from https context.]
expected:
if not fission and (os == "android"): PASS
if fission: PASS
NOTRUN
TIMEOUT
[Mixed-Content: Expects blocked for link-prefetch-tag to cross-http origin and no-redirect redirection from https context.]
expected:

View File

@ -7,13 +7,13 @@
expected:
if not fission and (os == "android"): PASS
if fission: PASS
NOTRUN
TIMEOUT
[Mixed-Content: Expects blocked for link-prefetch-tag to cross-http origin and no-redirect redirection from https context.]
expected:
if not fission and (os == "android"): PASS
if fission: PASS
TIMEOUT
NOTRUN
[Mixed-Content: Expects blocked for link-prefetch-tag to cross-http origin and keep-scheme redirection from https context.]
expected:

View File

@ -1,2 +1,2 @@
local: c1be28b9a5b779d788d11fe9458fe8608b68dee9
upstream: 7d24adef541b2e836f2b2f9534ce3f0e078f5782
upstream: d154c9ec965214293d679640834e70ec2fd915dc

View File

@ -1,2 +1,2 @@
lsan-allowed: [Alloc, AppendElement, EntrySlotOrCreate, Init, Malloc, PointerEvent::GetCoalescedEvents, createTable, js::Shape::cachify, maybeCreateCacheForLookup, mozilla::SchedulerGroup::Runnable::Run, mozilla::detail::HashTable, mozilla::dom::BrowsingContext_Binding::CreateInterfaceObjects, mozilla::dom::ChromeUtils::GenerateQI, mozilla::dom::GetPerInterfaceObjectHandle, mozilla::dom::Performance::CreateForMainThread, mozilla::dom::PerformanceMainThread::CreateNavigationTimingEntry, mozilla::dom::PointerEvent::GetCoalescedEvents, mozilla::dom::WindowGlobalChild_Binding::CreateInterfaceObjects, mozilla::dom::Window_Binding::get_performance, mozilla::net::nsStandardURL::TemplatedMutator, nsPIDOMWindowInner::CreatePerformanceObjectIfNeeded, nsPIDOMWindowInner::GetPerformance, nsTArray_base, operator, putNew, rehashIfOverloaded, reserve, mozilla::dom::Console::CreateInstance]
lsan-allowed: [Alloc, AppendElement, EntrySlotOrCreate, Init, Malloc, PointerEvent::GetCoalescedEvents, createTable, js::Shape::cachify, maybeCreateCacheForLookup, mozilla::SchedulerGroup::Runnable::Run, mozilla::detail::HashTable, mozilla::dom::BrowsingContext_Binding::CreateInterfaceObjects, mozilla::dom::ChromeUtils::GenerateQI, mozilla::dom::Console::CreateInstance, mozilla::dom::GetPerInterfaceObjectHandle, mozilla::dom::Performance::CreateForMainThread, mozilla::dom::PerformanceMainThread::CreateNavigationTimingEntry, mozilla::dom::PointerEvent::GetCoalescedEvents, mozilla::dom::WindowGlobalChild_Binding::CreateInterfaceObjects, mozilla::dom::Window_Binding::get_performance, mozilla::net::nsStandardURL::TemplatedMutator, nsPIDOMWindowInner::CreatePerformanceObjectIfNeeded, nsPIDOMWindowInner::GetPerformance, nsTArray_base, operator, putNew, rehashIfOverloaded, reserve]
leak-threshold: [default:153600, tab:307200]

View File

@ -1 +1 @@
lsan-allowed: [NS_NewDOMPointerEvent, match, mozilla::WidgetPointerEvent::Duplicate, nsHtml5ExecutorFlusher::Run, nsThread::ProcessNextEvent, mozilla::dom::Console::CreateInstance]
lsan-allowed: [NS_NewDOMPointerEvent, match, mozilla::WidgetPointerEvent::Duplicate, mozilla::dom::Console::CreateInstance, nsHtml5ExecutorFlusher::Run, nsThread::ProcessNextEvent]

View File

@ -2,8 +2,8 @@
[mouse pointermove getCoalescedEvents when lock test]
expected:
if (os == "win") and webrender and not debug and not fission: ["FAIL", "PASS"]
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["FAIL", "PASS"]
if (os == "linux") and webrender and fission and debug: ["FAIL", "PASS"]
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
if (os == "linux") and not debug and fission: ["FAIL", "PASS"]
if os == "android": PASS
if os == "mac": ["FAIL", "PASS"]
[PASS, FAIL]

View File

@ -1,2 +1,7 @@
[pointerevent_movementxy.html]
expected: [ERROR, OK]
expected:
if (os == "win") and (processor == "x86") and not debug: ["OK", "ERROR"]
[ERROR, OK]
[mouse pointerevent attributes]
expected: FAIL

View File

@ -1,9 +1,8 @@
[pointerevent_movementxy_with_pointerlock.html]
[mouse pointerevent movementX/Y with pointerlock test]
expected:
if (os == "win") and (processor == "x86_64") and not fission and debug and not webrender: ["FAIL", "PASS"]
if (os == "win") and (processor == "x86_64") and not fission and not debug and webrender: ["FAIL", "PASS"]
if (os == "win") and (processor == "x86_64") and not fission and not debug and not webrender: ["FAIL", "PASS"]
if (os == "android") and not debug: ["FAIL", "PASS"]
if not webrender and (os == "linux") and not debug and (processor == "x86_64"): ["FAIL", "PASS"]
if not webrender and (os == "win") and debug and (processor == "x86"): ["FAIL", "PASS"]
if not webrender and (os == "win") and not debug and (processor == "x86_64"): ["FAIL", "PASS"]
[PASS, FAIL]

View File

@ -1,8 +1,7 @@
[pointerevent_pointermove_on_chorded_mouse_button_when_locked.html]
[pointer locked pointermove events received for button state changes]
expected:
if (os == "linux") and webrender and not debug and fission: ["FAIL", "PASS"]
if (os == "linux") and not webrender and debug: ["FAIL", "PASS"]
if (os == "linux") and webrender and debug: ["FAIL", "PASS"]
if (os == "linux") and debug and webrender and fission: ["FAIL", "PASS"]
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
[PASS, FAIL]

View File

@ -1,13 +1,13 @@
[eventloop.html]
expected:
if webrender and (os == "linux"): [OK, TIMEOUT]
if webrender and (os == "linux"): ["OK", "TIMEOUT"]
[test0: multiple notifications inside same event loop]
expected:
if (os == "linux") and webrender and debug and fission: [PASS, FAIL]
if (os == "linux") and webrender and debug and not fission: [PASS, FAIL]
if (os == "linux") and webrender and not debug: [PASS, FAIL]
if webrender and (os == "linux") and debug and not fission: ["PASS", "FAIL"]
if webrender and (os == "linux") and debug and fission: ["PASS", "FAIL"]
if webrender and (os == "linux") and not debug: ["PASS", "FAIL"]
[guard]
expected:
if webrender and (os == "linux"): [PASS, NOTRUN]
if webrender and (os == "linux"): ["PASS", "NOTRUN"]

View File

@ -11,11 +11,10 @@
[test6: iframe notifications]
expected:
if not fission and webrender and (os == "linux") and debug: ["FAIL", "PASS"]
if not fission and webrender and (os == "linux") and not debug: ["FAIL", "PASS"]
if fission and (os == "linux") and debug: ["FAIL", "PASS"]
if fission and (os == "linux") and not debug: ["PASS", "FAIL"]
if fission and (os == "win"): ["PASS", "FAIL"]
if webrender and (os == "linux") and debug and fission: ["FAIL", "PASS"]
if webrender and (os == "linux") and debug and not fission: ["FAIL", "PASS"]
if webrender and (os == "linux") and not debug: ["FAIL", "PASS"]
if webrender and (os == "win") and fission: ["PASS", "FAIL"]
[test18: an observation is fired when device-pixel-content-box is being observed]
expected: FAIL

View File

@ -5,5 +5,6 @@
if (os == "android") and not e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1526212
if (os == "win") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1526212
expected:
if (os == "win") and webrender and not fission: ["PASS", "FAIL"]
if (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]

View File

@ -5,9 +5,7 @@
[feature-policy.https.html]
[Default "display-capture" feature policy ["self"\] disallows cross-origin iframes.]
expected:
if os == "android": FAIL
FAIL
expected: FAIL
[Default "display-capture" feature policy ["self"\] allows the top-level document.]
expected:
@ -18,3 +16,4 @@
[Default "display-capture" feature policy ["self"\] allows same-origin iframes.]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1596585

View File

@ -2,32 +2,31 @@
disabled:
if (os == "android") and e10s: bug 1550895 (frequently fails on geckoview)
expected:
if webrender and not debug and (os == "linux") and fission: ["TIMEOUT", "OK"]
if webrender and not debug and (os == "linux") and not fission: ["OK", "TIMEOUT"]
if webrender and not debug and (os == "linux") and fission: ["OK", "TIMEOUT"]
if webrender and not debug and (os == "win"): ["OK", "TIMEOUT"]
[getDisplayMedia() with getSettings]
expected:
if webrender and not debug and (os == "linux") and fission: ["NOTRUN", "FAIL", "TIMEOUT"]
if webrender and not debug and (os == "linux") and not fission: ["FAIL", "NOTRUN", "TIMEOUT"]
if webrender and not debug and (os == "win") and fission: ["FAIL", "TIMEOUT", "NOTRUN"]
if webrender and not debug and (os == "win") and not fission: ["FAIL", "TIMEOUT"]
if not fission and webrender and not debug and (os == "linux"): ["FAIL", "TIMEOUT", "NOTRUN"]
if not fission and webrender and not debug and (os == "win"): ["FAIL", "TIMEOUT"]
if fission and (os == "linux") and not debug: ["FAIL", "TIMEOUT", "NOTRUN"]
if fission and (os == "win"): ["FAIL", "TIMEOUT", "NOTRUN"]
FAIL
[getDisplayMedia({"video":{"height":{"max":0}}}) must fail with OverconstrainedError]
expected:
if webrender and (os == "linux") and not debug and fission: ["PASS", "TIMEOUT"]
if webrender and (os == "linux") and not debug and not fission: ["PASS", "NOTRUN", "TIMEOUT"]
if not fission and webrender and (os == "linux") and not debug: ["PASS", "TIMEOUT", "NOTRUN"]
if fission and (os == "linux") and not debug: ["PASS", "TIMEOUT"]
[getDisplayMedia({"video":{"width":{"max":-1}}}) must fail with OverconstrainedError]
expected:
if not fission and webrender and (os == "linux") and not debug: ["PASS", "NOTRUN", "TIMEOUT"]
if fission and (os == "linux") and not debug: ["PASS", "NOTRUN"]
if fission and (os == "win"): ["PASS", "NOTRUN"]
if not fission and webrender and (os == "linux") and not debug: ["PASS", "TIMEOUT", "NOTRUN"]
if fission and not debug: ["PASS", "NOTRUN"]
[getDisplayMedia({"video":{"frameRate":{"max":-1}}}) must fail with OverconstrainedError]
expected:
if not fission and webrender and (os == "linux") and not debug: ["PASS", "NOTRUN", "TIMEOUT"]
if fission and (os == "linux") and not debug: ["TIMEOUT", "PASS", "NOTRUN"]
if not fission and webrender and (os == "linux") and not debug: ["PASS", "TIMEOUT", "NOTRUN"]
if fission and (os == "linux") and not debug: ["PASS", "TIMEOUT", "NOTRUN"]
if fission and (os == "win"): ["PASS", "NOTRUN"]
[getDisplayMedia({"video":{"frameRate":{"max":0}}}) must fail with OverconstrainedError]
@ -38,25 +37,24 @@
[getDisplayMedia() resolves with stream with video track]
expected:
if webrender and not debug and (os == "win") and fission: ["PASS", "NOTRUN"]
if webrender and not debug and (os == "linux") and fission: ["NOTRUN", "PASS"]
if webrender and not debug and (os == "linux") and not fission: ["PASS", "NOTRUN"]
if webrender and not debug and (os == "linux") and fission: ["PASS", "NOTRUN"]
if webrender and not debug and (os == "win") and fission: ["PASS", "NOTRUN"]
[getDisplayMedia({"video":{"height":{"max":-1}}}) must fail with OverconstrainedError]
expected:
if not fission and webrender and (os == "linux") and not debug: ["PASS", "NOTRUN", "TIMEOUT"]
if fission and (os == "linux") and not debug: ["PASS", "NOTRUN"]
if fission and (os == "win"): ["PASS", "NOTRUN"]
if not fission and webrender and (os == "linux") and not debug: ["PASS", "TIMEOUT", "NOTRUN"]
if fission and not debug: ["PASS", "NOTRUN"]
[getDisplayMedia({"video":{"frameRate":{"max":4},"height":{"max":240}}}) must be constrained]
expected:
if webrender and (os == "linux") and not debug and not fission: ["PASS", "TIMEOUT"]
if (os == "linux") and not debug and webrender and not fission: ["PASS", "TIMEOUT"]
[getDisplayMedia({"video":{"width":{"max":0}}}) must fail with OverconstrainedError]
expected:
if webrender and (os == "linux") and not debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and not debug and webrender and not fission: ["PASS", "NOTRUN"]
[getDisplayMedia({"video":{"frameRate":{"max":4},"width":{"max":360},"height":{"max":240}}}) must be constrained]
expected:
if webrender and (os == "linux") and not debug and not fission: ["PASS", "TIMEOUT", "NOTRUN"]
if (os == "linux") and not debug and webrender and not fission: ["PASS", "TIMEOUT", "NOTRUN"]

View File

@ -1,11 +1,9 @@
[event-before-promise.html]
expected:
if (os == "linux") and not fission and not debug and not webrender and (processor == "x86"): ["ERROR", "OK"]
if (os == "linux") and not fission and debug and not webrender: ["ERROR", "OK"]
if (os == "linux") and not fission and debug and webrender: ["ERROR", "OK"]
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["ERROR", "OK"]
if (os == "win") and (processor == "x86"): ["ERROR", "OK"]
if os == "android": TIMEOUT
if os == "mac": ["ERROR", "OK"]
if os == "android": TIMEOUT
[OK, ERROR]
[The 'change' event must fire before the [[orientationPendingPromise\]\] is resolved.]
expected:

View File

@ -1,6 +1,8 @@
[lock-unlock-check.html]
expected:
if (os == "linux") and not debug and not fission: ["ERROR", "OK"]
if (os == "linux") and not fission and (processor == "x86_64") and not debug and webrender: ["ERROR", "OK"]
if (os == "linux") and not fission and (processor == "x86_64") and debug and not webrender: ["ERROR", "OK"]
if (os == "linux") and not fission and (processor == "x86"): ["ERROR", "OK"]
if (os == "win") and (processor == "x86"): ["ERROR", "OK"]
if os == "android": TIMEOUT
if os == "mac": ["ERROR", "OK"]

View File

@ -1,9 +1,12 @@
[onchange-event.html]
expected:
if (os == "linux") and webrender and debug: ["OK", "ERROR"]
if (os == "win") and (processor == "x86_64"): ["OK", "ERROR"]
if (os == "linux") and not fission and (processor == "x86_64") and debug and not webrender: ["ERROR", "OK"]
if (os == "linux") and not fission and (processor == "x86_64") and not debug and webrender: ["ERROR", "OK"]
if (os == "linux") and not fission and (processor == "x86"): ["ERROR", "OK"]
if (os == "win") and (processor == "x86"): ["ERROR", "OK"]
if os == "android": TIMEOUT
[ERROR, OK]
if os == "mac": ["ERROR", "OK"]
[OK, ERROR]
[Test that orientationchange event is fired when the orientation changes.]
expected:
if os == "android": TIMEOUT

View File

@ -1,10 +1,10 @@
[orientation-reading.html]
expected:
if (os == "linux") and not fission and debug and webrender: ["OK", "ERROR"]
if (os == "win") and (processor == "x86_64"): ["OK", "ERROR"]
if (os == "linux") and fission: ["OK", "ERROR"]
if (os == "linux") and not debug and not fission: ["ERROR", "OK"]
if (os == "win") and (processor == "x86"): ["ERROR", "OK"]
if os == "mac": ["ERROR", "OK"]
if os == "android": TIMEOUT
[ERROR, OK]
[OK, ERROR]
[Test that screen.orientation values change if the orientation changes]
expected:
if os == "android": NOTRUN

View File

@ -1,112 +1,116 @@
[registration-updateviacache.https.html]
expected:
if (os == "linux") and webrender and not debug and fission: ["OK", "TIMEOUT"]
if (os == "linux") and not webrender and debug and not fission: ["OK", "TIMEOUT"]
if (os == "linux") and not fission and debug and not webrender: ["OK", "TIMEOUT"]
if (os == "linux") and fission and not debug: ["OK", "TIMEOUT"]
[updateViaCache is not updated if register() rejects]
expected:
if (os == "linux") and webrender and not debug and fission: ["FAIL", "NOTRUN"]
if (os == "linux") and not webrender and debug and not fission: ["FAIL", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["FAIL", "NOTRUN"]
if (os == "linux") and fission and not debug: ["FAIL", "NOTRUN"]
FAIL
[register-with-updateViaCache-imports-then-imports]
expected:
if not debug and (os == "linux") and webrender and fission: ["PASS", "NOTRUN"]
if debug and (os == "linux") and not webrender and not fission: ["PASS", "NOTRUN"]
if debug and (os == "win") and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
if (os == "win") and debug and (processor == "x86_64"): ["PASS", "FAIL"]
[register-with-updateViaCache-all-then-imports]
expected:
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
[register-with-updateViaCache-undefined-then-none]
expected:
if (os == "linux") and webrender and not debug and fission: ["PASS", "TIMEOUT"]
if (os == "linux") and not webrender and debug and not fission: ["PASS", "NOTRUN"]
if not fission and (os == "linux") and debug and not webrender: ["PASS", "NOTRUN"]
if fission and (os == "linux") and not debug: ["PASS", "TIMEOUT"]
[register-with-updateViaCache-none-then-undefined]
expected:
if (os == "linux") and not webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
[access-updateViaCache-after-unregister-imports]
expected:
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
[access-updateViaCache-after-unregister-none]
expected:
if (os == "linux") and not webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
[register-with-updateViaCache-all-then-none]
expected:
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
[register-with-updateViaCache-all-then-all]
expected:
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
[access-updateViaCache-after-unregister-all]
expected:
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
[register-with-updateViaCache-none-then-none]
expected:
if (os == "linux") and not webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
[register-with-updateViaCache-none-then-all]
expected:
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
[register-with-updateViaCache-imports-then-none]
expected:
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
[register-with-updateViaCache-none-then-imports]
expected:
if (os == "linux") and not webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
[register-with-updateViaCache-imports-then-all]
expected:
if (os == "linux") and not webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
[access-updateViaCache-after-unregister-undefined]
expected:
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
[register-with-updateViaCache-imports-then-undefined]
expected:
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
[register-with-updateViaCache-all-then-undefined]
expected:
if (os == "linux") and not webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
[register-with-updateViaCache-undefined-then-undefined]
expected:
if (os == "linux") and debug and not webrender and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and debug and not webrender: ["PASS", "NOTRUN"]
[register-with-updateViaCache-none]
expected:
if (os == "linux") and debug and not webrender and not fission: ["PASS", "TIMEOUT"]
if (os == "linux") and debug and not webrender: ["PASS", "TIMEOUT"]
[register-with-updateViaCache-undefined-then-imports]
expected:
if (os == "linux") and debug and not webrender and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and debug and not webrender: ["PASS", "NOTRUN"]
[register-with-updateViaCache-undefined-then-all]
expected:
if (os == "linux") and debug and not webrender and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and debug and not webrender: ["PASS", "NOTRUN"]
[register-with-updateViaCache-imports]
expected:
if (processor == "x86") and debug: ["PASS", "FAIL"]

View File

@ -1,6 +1,8 @@
[correct-events-for-short-animations-with-syncbases.html]
[Correct events for short animations with syncbases]
expected:
if not fission and (processor == "x86") and not debug: ["FAIL", "PASS"]
if (os == "linux") and debug and not fission: ["FAIL", "PASS"]
if (os == "linux") and not debug and fission: ["FAIL", "PASS"]
if (os == "win") and (processor == "x86") and not debug: ["FAIL", "PASS"]
[PASS, FAIL]

View File

@ -3,6 +3,8 @@
if webrender: ["OK", "ERROR"]
[Check if onhover events reset correctly when triggered multiple times]
expected:
if webrender and (os == "linux") and debug and fission: ["FAIL", "PASS"]
if webrender and (os == "win") and not debug and not fission: ["FAIL", "PASS"]
if webrender and (os == "linux") and not debug: ["FAIL", "PASS"]
[PASS, FAIL]

View File

@ -1,14 +1,14 @@
[iframe-tag.https.html]
expected: TIMEOUT
[Upgrade-Insecure-Requests: Expects blocked for iframe-tag to cross-https origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects blocked for iframe-tag to same-https origin and downgrade redirection from https context.]
expected: TIMEOUT
[Upgrade-Insecure-Requests: Expects blocked for iframe-tag to cross-http-downgrade origin and downgrade redirection from https context.]
[Upgrade-Insecure-Requests: Expects blocked for iframe-tag to same-https origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects blocked for iframe-tag to same-http-downgrade origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects blocked for iframe-tag to same-http-downgrade origin and no-redirect redirection from https context.]
expected: NOTRUN

View File

@ -1,2 +1,19 @@
[fetch.https.html]
expected: ERROR
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and no-redirect redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-https origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and no-redirect redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-https origin and downgrade redirection from https context.]
expected: FAIL

View File

@ -1,2 +1,7 @@
[websocket.https.html]
expected: ERROR
[Upgrade-Insecure-Requests: Expects allowed for websocket to cross-ws-downgrade origin and no-redirect redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for websocket to same-ws-downgrade origin and no-redirect redirection from https context.]
expected: FAIL

View File

@ -1,2 +1,19 @@
[xhr.https.html]
expected: ERROR
[Upgrade-Insecure-Requests: Expects allowed for xhr to same-http-downgrade origin and no-redirect redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for xhr to cross-http-downgrade origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for xhr to cross-https origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for xhr to same-https origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for xhr to same-http-downgrade origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for xhr to cross-http-downgrade origin and no-redirect redirection from https context.]
expected: FAIL

View File

@ -1,2 +1,19 @@
[fetch.https.html]
expected: ERROR
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and no-redirect redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-https origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and no-redirect redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-https origin and downgrade redirection from https context.]
expected: FAIL

View File

@ -1,2 +1,7 @@
[websocket.https.html]
expected: ERROR
[Upgrade-Insecure-Requests: Expects allowed for websocket to cross-ws-downgrade origin and no-redirect redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for websocket to same-ws-downgrade origin and no-redirect redirection from https context.]
expected: FAIL

View File

@ -1,2 +1,19 @@
[xhr.https.html]
expected: ERROR
[Upgrade-Insecure-Requests: Expects allowed for xhr to same-http-downgrade origin and no-redirect redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for xhr to cross-http-downgrade origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for xhr to cross-https origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for xhr to same-https origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for xhr to same-http-downgrade origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for xhr to cross-http-downgrade origin and no-redirect redirection from https context.]
expected: FAIL

View File

@ -1,2 +1,20 @@
[fetch.https.html]
expected: ERROR
expected: TIMEOUT
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and no-redirect redirection from https context.]
expected: TIMEOUT
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-https origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and no-redirect redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-https origin and downgrade redirection from https context.]
expected: NOTRUN

View File

@ -1,2 +1,8 @@
[websocket.https.html]
expected: ERROR
expected: TIMEOUT
[Upgrade-Insecure-Requests: Expects allowed for websocket to cross-ws-downgrade origin and no-redirect redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for websocket to same-ws-downgrade origin and no-redirect redirection from https context.]
expected: TIMEOUT

View File

@ -1,2 +1,20 @@
[xhr.https.html]
expected: ERROR
expected: TIMEOUT
[Upgrade-Insecure-Requests: Expects allowed for xhr to same-http-downgrade origin and no-redirect redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for xhr to cross-http-downgrade origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for xhr to cross-https origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for xhr to same-https origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for xhr to same-http-downgrade origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for xhr to cross-http-downgrade origin and no-redirect redirection from https context.]
expected: TIMEOUT

View File

@ -1,2 +1,17 @@
[fetch.https.html]
expected: ERROR
expected: TIMEOUT
[Upgrade-Insecure-Requests: Expects blocked for fetch to same-https origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects blocked for fetch to cross-http-downgrade origin and no-redirect redirection from https context.]
expected: TIMEOUT
[Upgrade-Insecure-Requests: Expects blocked for fetch to same-http-downgrade origin and no-redirect redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects blocked for fetch to cross-https origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects blocked for fetch to same-http-downgrade origin and downgrade redirection from https context.]
expected: NOTRUN

View File

@ -1,2 +1,5 @@
[websocket.https.html]
expected: ERROR
expected: TIMEOUT
[Upgrade-Insecure-Requests: Expects blocked for websocket to same-ws-downgrade origin and no-redirect redirection from https context.]
expected: TIMEOUT

View File

@ -1,2 +1,17 @@
[xhr.https.html]
expected: ERROR
expected: TIMEOUT
[Upgrade-Insecure-Requests: Expects blocked for xhr to cross-https origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects blocked for xhr to same-http-downgrade origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects blocked for xhr to cross-http-downgrade origin and no-redirect redirection from https context.]
expected: TIMEOUT
[Upgrade-Insecure-Requests: Expects blocked for xhr to same-http-downgrade origin and no-redirect redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects blocked for xhr to same-https origin and downgrade redirection from https context.]
expected: NOTRUN

View File

@ -1,2 +1,20 @@
[fetch.https.html]
expected: ERROR
expected: TIMEOUT
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and no-redirect redirection from https context.]
expected: TIMEOUT
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-https origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and no-redirect redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-https origin and downgrade redirection from https context.]
expected: NOTRUN

View File

@ -1,2 +1,8 @@
[websocket.https.html]
expected: ERROR
expected: TIMEOUT
[Upgrade-Insecure-Requests: Expects allowed for websocket to cross-ws-downgrade origin and no-redirect redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for websocket to same-ws-downgrade origin and no-redirect redirection from https context.]
expected: TIMEOUT

View File

@ -1,2 +1,20 @@
[xhr.https.html]
expected: ERROR
expected: TIMEOUT
[Upgrade-Insecure-Requests: Expects allowed for xhr to same-http-downgrade origin and no-redirect redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for xhr to cross-http-downgrade origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for xhr to cross-https origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for xhr to same-https origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for xhr to same-http-downgrade origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for xhr to cross-http-downgrade origin and no-redirect redirection from https context.]
expected: TIMEOUT

View File

@ -4,17 +4,17 @@
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-https origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and no-redirect redirection from https context.]
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-https origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and no-redirect redirection from https context.]
expected: TIMEOUT
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and no-redirect redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-https origin and downgrade redirection from https context.]
expected: TIMEOUT
expected: NOTRUN

View File

@ -4,10 +4,10 @@
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for xhr to cross-http-downgrade origin and downgrade redirection from https context.]
expected: NOTRUN
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for xhr to cross-https origin and downgrade redirection from https context.]
expected: FAIL
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects allowed for xhr to same-https origin and downgrade redirection from https context.]
expected: NOTRUN

View File

@ -9,6 +9,6 @@
[Upgrade-Insecure-Requests: Expects blocked for iframe-tag to same-http-downgrade origin and no-redirect redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects blocked for iframe-tag to cross-http-downgrade origin and no-redirect redirection from https context.]
[Upgrade-Insecure-Requests: Expects blocked for iframe-tag to same-http-downgrade origin and downgrade redirection from https context.]
expected: NOTRUN

View File

@ -6,9 +6,9 @@
[Upgrade-Insecure-Requests: Expects blocked for iframe-tag to same-https origin and downgrade redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects blocked for iframe-tag to cross-http-downgrade origin and downgrade redirection from https context.]
[Upgrade-Insecure-Requests: Expects blocked for iframe-tag to same-http-downgrade origin and no-redirect redirection from https context.]
expected: NOTRUN
[Upgrade-Insecure-Requests: Expects blocked for iframe-tag to cross-http-downgrade origin and no-redirect redirection from https context.]
[Upgrade-Insecure-Requests: Expects blocked for iframe-tag to same-http-downgrade origin and downgrade redirection from https context.]
expected: NOTRUN

View File

@ -1,2 +1,19 @@
[fetch.https.html]
expected: ERROR
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and no-redirect redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-https origin and downgrade redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and no-redirect redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for fetch to cross-https origin and downgrade redirection from https context.]
expected: FAIL

View File

@ -1,2 +1,7 @@
[websocket.https.html]
expected: ERROR
[Upgrade-Insecure-Requests: Expects allowed for websocket to cross-ws-downgrade origin and no-redirect redirection from https context.]
expected: FAIL
[Upgrade-Insecure-Requests: Expects allowed for websocket to same-ws-downgrade origin and no-redirect redirection from https context.]
expected: FAIL

Some files were not shown because too many files have changed in this diff Show More