зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1580017 - [wpt-sync] Update web-platform-tests to 618253227c854cae40e1f06bcec2377182b26594, a=testonly
MANUAL PUSH: wpt sync bot wpt-head: 618253227c854cae40e1f06bcec2377182b26594 wpt-type: landing
This commit is contained in:
Родитель
b45e1f3a88
Коммит
6a9e9dada6
|
@ -14,7 +14,7 @@
|
|||
|
||||
[pbkdf2.https.any.html?1001-2000]
|
||||
expected:
|
||||
if processor == "aarch64": ["CRASH", "OK"]
|
||||
if processor == "aarch64": ["OK", "CRASH"]
|
||||
|
||||
[pbkdf2.https.any.html?3001-4000]
|
||||
expected:
|
||||
|
@ -22,7 +22,7 @@
|
|||
|
||||
[pbkdf2.https.any.html?4001-5000]
|
||||
expected:
|
||||
if processor == "aarch64": ["CRASH", "OK"]
|
||||
if processor == "aarch64": ["OK", "CRASH"]
|
||||
|
||||
[pbkdf2.https.any.worker.html?2001-3000]
|
||||
|
||||
|
@ -40,6 +40,6 @@
|
|||
|
||||
[pbkdf2.https.any.html?2001-3000]
|
||||
expected:
|
||||
if processor == "aarch64": ["CRASH", "OK"]
|
||||
if processor == "aarch64": ["OK", "CRASH"]
|
||||
|
||||
[pbkdf2.https.any.worker.html?7001-8000]
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
prefs: [media.setsinkid.enabled:true]
|
||||
[List device, setSinkId should be allowed on the default, the rest of the devices will get a NotAllowedError]
|
||||
expected:
|
||||
if (os == "win") and (processor == "aarch64"): [PASS, FAIL]
|
||||
if processor == "aarch64": ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
[subsumption_algorithm-host_sources-ports.html]
|
||||
[Specified ports must match.]
|
||||
expected: FAIL
|
||||
expected:
|
||||
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.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
[child-navigates-parent-blocked.sub.html]
|
||||
disabled:
|
||||
if (os == "android") and not e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1511193
|
||||
|
||||
expected: TIMEOUT
|
||||
|
||||
[Violation report status OK.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -11,5 +8,5 @@
|
|||
expected: FAIL
|
||||
|
||||
[Test that the child can't navigate the parent because the relevant policy belongs to the navigation initiator (in this case the child which has the policy `navigate-to 'none'`)]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
[form-redirected-blocked.sub.html]
|
||||
expected:
|
||||
if (os == "android"): TIMEOUT
|
||||
[Test that the child iframe navigation is blocked]
|
||||
expected:
|
||||
if (os == "android"): NOTRUN
|
||||
if os == "android": NOTRUN
|
||||
|
||||
[Test that the child iframe navigation is not allowed]
|
||||
expected:
|
||||
if (os == "android"): NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Violation report status OK.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
[href-location-redirected-blocked.sub.html]
|
||||
expected:
|
||||
if (os == "android"): TIMEOUT
|
||||
[Test that the child iframe navigation is blocked]
|
||||
expected:
|
||||
if (os == "android"): NOTRUN
|
||||
if os == "android": NOTRUN
|
||||
|
||||
[Test that the child iframe navigation is not allowed]
|
||||
expected:
|
||||
if (os == "android"): NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Violation report status OK.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
[link-click-redirected-blocked.sub.html]
|
||||
expected:
|
||||
if (os == "android"): TIMEOUT
|
||||
[Test that the child iframe navigation is blocked]
|
||||
expected:
|
||||
if (os == "android"): NOTRUN
|
||||
if os == "android": NOTRUN
|
||||
|
||||
[Test that the child iframe navigation is not allowed]
|
||||
expected:
|
||||
if (os == "android"): NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Violation report status OK.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
[meta-refresh-redirected-blocked.sub.html]
|
||||
expected:
|
||||
if (os == "android"): TIMEOUT
|
||||
|
||||
[Test that the child iframe navigation is blocked]
|
||||
expected:
|
||||
if (os == "android"): NOTRUN
|
||||
if os == "android": NOTRUN
|
||||
|
||||
[Test that the child iframe navigation is not allowed]
|
||||
expected:
|
||||
if (os == "android"): NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Violation report status OK.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
[service-worker-src-default-fallback.https.sub.html]
|
||||
expected:
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
[Same-origin service worker allowed by default-src 'self'.]
|
||||
expected:
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT"]
|
||||
|
|
@ -2,6 +2,6 @@
|
|||
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 (processor == "x86_64"): FAIL
|
||||
if (os == "win") and (processor == "x86"): FAIL
|
||||
if (os == "win") and (processor == "aarch64"): ["PASS", "FAIL"]
|
||||
if (os == "win") and (processor == "x86_64"): FAIL
|
||||
if (os == "win") and (processor == "aarch64"): ["FAIL", "PASS"]
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
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 (processor == "x86_64"): FAIL
|
||||
if (os == "win") and (processor == "aarch64"): ["PASS", "FAIL"]
|
||||
if (os == "win") and (processor == "x86"): FAIL
|
||||
if (os == "win") and (processor == "aarch64"): ["FAIL", "PASS"]
|
||||
if (os == "win") and (processor == "x86_64"): FAIL
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
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 (processor == "x86_64"): FAIL
|
||||
if (os == "win") and (processor == "aarch64"): ["PASS", "FAIL"]
|
||||
if (os == "win") and (processor == "x86"): FAIL
|
||||
if (os == "win") and (processor == "x86_64"): FAIL
|
||||
if (os == "win") and (processor == "aarch64"): ["FAIL", "PASS"]
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
if debug and (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1560360
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86"): FAIL
|
||||
if (os == "win") and (processor == "aarch64"): ["FAIL", "PASS"]
|
||||
if (os == "win") and (processor == "x86_64"): FAIL
|
||||
if (os == "win") and (processor == "aarch64"): ["PASS", "FAIL"]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[appearance-textfield-001.html]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86") and debug: ["PASS", "FAIL"]
|
||||
if (os == "win") and (processor == "x86") and not debug: ["FAIL", "PASS"]
|
||||
if (os == "win") and (processor == "aarch64"): ["FAIL", "PASS"]
|
||||
if (os == "win") and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if (os == "win") and not webrender and debug and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if (os == "win") and not webrender and debug and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "win") and webrender and debug: ["FAIL", "PASS"]
|
||||
if (os == "win") and webrender and not debug: ["PASS", "FAIL"]
|
||||
if (os == "win") and not webrender and not debug: ["FAIL", "PASS"]
|
||||
|
|
|
@ -45,3 +45,24 @@
|
|||
[multiple-redirect-https-downgrade-upgrade]
|
||||
expected: FAIL
|
||||
|
||||
[Https downgrade-upgrade stylesheet]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Https downgrade-upgrade object]
|
||||
expected: FAIL
|
||||
|
||||
[Https downgrade-upgrade iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Https downgrade-upgrade track]
|
||||
expected: NOTRUN
|
||||
|
||||
[Https downgrade-upgrade fetch() api]
|
||||
expected: FAIL
|
||||
|
||||
[Https downgrade-upgrade top level navigation]
|
||||
expected: FAIL
|
||||
|
||||
[Https downgrade-upgrade embed]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -46,3 +46,24 @@
|
|||
[redirect-http-upgrade]
|
||||
expected: FAIL
|
||||
|
||||
[Http upgrade embed]
|
||||
expected: FAIL
|
||||
|
||||
[Http upgrade top level navigation]
|
||||
expected: FAIL
|
||||
|
||||
[Http upgrade iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Http upgrade object]
|
||||
expected: FAIL
|
||||
|
||||
[Http upgrade stylesheet]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Http upgrade track]
|
||||
expected: NOTRUN
|
||||
|
||||
[Http upgrade fetch() api]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
expected:
|
||||
if (os == "linux") and not debug and (processor == "x86_64") and webrender: ["FAIL", "PASS"]
|
||||
if (os == "linux") and not debug and (processor == "x86_64") and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "linux") and debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "win") and debug: ["FAIL", "PASS"]
|
||||
if (os == "linux") and debug: ["PASS", "FAIL"]
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
local: 56f2063f08335be413f54095733f884fbd28d464
|
||||
upstream: 60e3fd7d20d600cc54cf72bde979ea2eb8b3b5d9
|
||||
local: d5708160f40aacf0705ba4f6ceacf0a34807338e
|
||||
upstream: 618253227c854cae40e1f06bcec2377182b26594
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[case-sensitivity.any.html]
|
||||
[getEntriesByName values are case sensitive]
|
||||
expected:
|
||||
if webrender and (os == "linux") and not debug: [PASS, FAIL]
|
||||
if webrender and (os == "linux") and not debug: ["PASS", "FAIL"]
|
||||
|
||||
|
||||
[case-sensitivity.any.worker.html]
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
[pointerevent_movementxy.html]
|
||||
expected:
|
||||
if (os == "linux") and not sw-e10s and debug and not webrender: ["OK", "ERROR"]
|
||||
if (os == "linux") and not sw-e10s and not debug and webrender: ["OK", "ERROR"]
|
||||
if (os == "linux") and sw-e10s: ["OK", "ERROR"]
|
||||
if os == "mac": ["OK", "ERROR"]
|
||||
if (os == "linux") and webrender and not debug: ["OK", "ERROR"]
|
||||
if (os == "mac") and debug: ["OK", "ERROR"]
|
||||
[ERROR, OK]
|
||||
[mouse pointerevent attributes]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
[pointerevent_movementxy_with_pointerlock.html]
|
||||
[mouse pointerevent movementX/Y with pointerlock test]
|
||||
expected:
|
||||
if (os == "linux") and debug and webrender: ["FAIL", "PASS"]
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not debug: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[pointerevent_pointermove_on_chorded_mouse_button_when_locked.html]
|
||||
[pointer locked pointermove events received for button state changes]
|
||||
expected:
|
||||
if (os == "linux"): [PASS, FAIL]
|
||||
if ccov and (os == "win"): [PASS, FAIL]
|
||||
if (os == "linux") and debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and debug and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug: ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
[movementX_Y_basic.html]
|
||||
[Test that movementX/Y = eNow.screenX/Y-ePrevious.screenX/Y.]
|
||||
expected:
|
||||
if webrender and debug and (os == "linux"): ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-https.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-http.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[cross-https.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.keep-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.no-redirect.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[same-http.swap-origin.http.html]
|
||||
[Referrer-Policy: Referrer Policy is set to 'no-referrer']
|
||||
expected: FAIL
|
||||
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче