Update expected test results.

This commit is contained in:
Josh Matthews 2018-12-20 20:37:25 -05:00
parent 552a416efe
commit 8ff0c417a2
756 changed files with 2051 additions and 1169 deletions

View file

@ -1,8 +0,0 @@
[cross-global-revoke.sub.html]
expected: TIMEOUT
[It is possible to revoke same-origin blob URLs from different frames.]
expected: TIMEOUT
[It is not possible to revoke cross-origin blob URLs.]
expected: TIMEOUT

View file

@ -1,5 +1,4 @@
[unicode-origin.sub.html]
expected: TIMEOUT
[Verify serialization of non-ascii origin in Blob URLs]
expected: TIMEOUT
expected: FAIL

View file

@ -1,8 +1,7 @@
[url-lifetime.html]
expected: TIMEOUT
[Terminating worker revokes its URLs]
expected: FAIL
[Removing an iframe revokes its URLs]
expected: TIMEOUT
expected: FAIL

View file

@ -1,2 +0,0 @@
[floats-in-table-caption-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[line-height-204.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-paragraph.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[background-repeat-round-roundup.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[line-break-normal-018.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[line-break-strict-018.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[text-transform-full-size-kana-001.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[trailing-ideographic-space-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[word-break-keep-all-006.html]
expected: FAIL

View file

@ -1,4 +0,0 @@
[CaretPosition-001.html]
[Element at (400, 100)]
expected: FAIL

View file

@ -2,3 +2,6 @@
[The root element is the last element returned for valid queries]
expected: FAIL
[The root element is the last element returned for otherwise empty queries within the viewport]
expected: FAIL

View file

@ -1,2 +1,2 @@
[parser-sets-attributes-and-children.html]
expected: TIMEOUT
expected: CRASH

View file

@ -1,11 +1,10 @@
[iframe.tentative.https.sub.html]
expected: TIMEOUT
[Same-origin iframe]
expected: TIMEOUT
expected: FAIL
[Same-site iframe]
expected: TIMEOUT
expected: FAIL
[Cross-site iframe]
expected: TIMEOUT
expected: FAIL

View file

@ -1,2 +1,10 @@
[xslt.tentative.https.sub.html]
expected: TIMEOUT
[Same-Origin xslt]
expected: FAIL
[Cross-site xslt]
expected: FAIL
[Same-site xslt]
expected: FAIL

View file

@ -8,7 +8,7 @@
expected: FAIL
[Embedded credentials are treated as network errors in new windows.]
expected: TIMEOUT
expected: FAIL
[Embedded credentials matching the top-level are not treated as network errors for relative URLs.]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[006.html]
[Link with onclick form submit and href navigation ]
expected: FAIL

View file

@ -1,11 +1,4 @@
[document_domain_feature_policy.tentative.sub.html]
expected: TIMEOUT
[Default "document-domain" feature policy ["*"\] allows cross-origin iframes.]
expected: TIMEOUT
[Default "document-domain" feature policy ["*"\] allows same-origin iframes.]
expected: TIMEOUT
[Feature policy "document-domain" can be disabled in cross-origin iframes using "allow" attribute.]
expected: FAIL

View file

@ -1,15 +1,14 @@
[document_domain_setter_null.tentative.html]
type: testharness
expected: TIMEOUT
[Access allowed with no 'document.domain' modification. (Sanity check)]
expected: TIMEOUT
expected: FAIL
[No access when frame sets a `null` 'document.domain'.]
expected: NOTRUN
expected: FAIL
[No access when parent sets a `null` 'document.domain'.]
expected: NOTRUN
expected: FAIL
[No access when both sides set a `null` 'document.domain'.]
expected: NOTRUN
expected: FAIL

View file

@ -3,3 +3,30 @@
[HTML: window.open `features`: non-integer values for feature `height`]
expected: FAIL
[features "height=405*3" should set "height=405"]
expected: FAIL
[features "height=405.32" should set "height=405"]
expected: FAIL
[features "height=405e1" should set "height=405"]
expected: FAIL
[features "height=405/5" should set "height=405"]
expected: FAIL
[features "height=405^4" should set "height=405"]
expected: FAIL
[features "height=405.5" should set "height=405"]
expected: FAIL
[features "height=405e-1" should set "height=405"]
expected: FAIL
[features "height=405 " should set "height=405"]
expected: FAIL
[features "height=405LLl" should set "height=405"]
expected: FAIL

View file

@ -3,3 +3,30 @@
[HTML: window.open `features`: non-integer values for legacy feature `innerheight`]
expected: FAIL
[features "innerheight=405e-1" should set "height=405"]
expected: FAIL
[features "innerheight=405LLl" should set "height=405"]
expected: FAIL
[features "innerheight=405^4" should set "height=405"]
expected: FAIL
[features "innerheight=405e1" should set "height=405"]
expected: FAIL
[features "innerheight=405 " should set "height=405"]
expected: FAIL
[features "innerheight=405/5" should set "height=405"]
expected: FAIL
[features "innerheight=405.32" should set "height=405"]
expected: FAIL
[features "innerheight=405.5" should set "height=405"]
expected: FAIL
[features "innerheight=405*3" should set "height=405"]
expected: FAIL

View file

@ -3,3 +3,30 @@
[HTML: window.open `features`: non-integer values for legacy feature `innerwidth`]
expected: FAIL
[features "innerwidth=405e-1" should set "width=405"]
expected: FAIL
[features "innerwidth=405*3" should set "width=405"]
expected: FAIL
[features "innerwidth=405.5" should set "width=405"]
expected: FAIL
[features "innerwidth=405e1" should set "width=405"]
expected: FAIL
[features "innerwidth=405.32" should set "width=405"]
expected: FAIL
[features "innerwidth=405 " should set "width=405"]
expected: FAIL
[features "innerwidth=405LLl" should set "width=405"]
expected: FAIL
[features "innerwidth=405/5" should set "width=405"]
expected: FAIL
[features "innerwidth=405^4" should set "width=405"]
expected: FAIL

View file

@ -3,3 +3,30 @@
[HTML: window.open `features`: non-integer values for feature `left`]
expected: FAIL
[features "left=105e1" should set "left=105"]
expected: FAIL
[features "left=105 " should set "left=105"]
expected: FAIL
[features "left=105/5" should set "left=105"]
expected: FAIL
[features "left=105e-1" should set "left=105"]
expected: FAIL
[features "left=105^4" should set "left=105"]
expected: FAIL
[features "left=105LLl" should set "left=105"]
expected: FAIL
[features "left=105.32" should set "left=105"]
expected: FAIL
[features "left=105*3" should set "left=105"]
expected: FAIL
[features "left=105.5" should set "left=105"]
expected: FAIL

View file

@ -3,3 +3,30 @@
[HTML: window.open `features`: non-integer values for legacy feature `screenx`]
expected: FAIL
[features "screenx=105.5" should set "left=105"]
expected: FAIL
[features "screenx=105e1" should set "left=105"]
expected: FAIL
[features "screenx=105 " should set "left=105"]
expected: FAIL
[features "screenx=105*3" should set "left=105"]
expected: FAIL
[features "screenx=105e-1" should set "left=105"]
expected: FAIL
[features "screenx=105^4" should set "left=105"]
expected: FAIL
[features "screenx=105LLl" should set "left=105"]
expected: FAIL
[features "screenx=105/5" should set "left=105"]
expected: FAIL
[features "screenx=105.32" should set "left=105"]
expected: FAIL

View file

@ -3,3 +3,30 @@
[HTML: window.open `features`: non-integer values for legacy feature `screeny`]
expected: FAIL
[features "screeny=405^4" should set "height=405"]
expected: FAIL
[features "screeny=405e-1" should set "height=405"]
expected: FAIL
[features "screeny=405LLl" should set "height=405"]
expected: FAIL
[features "screeny=405e1" should set "height=405"]
expected: FAIL
[features "screeny=405 " should set "height=405"]
expected: FAIL
[features "screeny=405/5" should set "height=405"]
expected: FAIL
[features "screeny=405*3" should set "height=405"]
expected: FAIL
[features "screeny=405.32" should set "height=405"]
expected: FAIL
[features "screeny=405.5" should set "height=405"]
expected: FAIL

View file

@ -3,3 +3,30 @@
[HTML: window.open `features`: non-integer values for feature `top`]
expected: FAIL
[features "top=105/5" should set "top=105"]
expected: FAIL
[features "top=105*3" should set "top=105"]
expected: FAIL
[features "top=105LLl" should set "top=105"]
expected: FAIL
[features "top=105e-1" should set "top=105"]
expected: FAIL
[features "top=105.32" should set "top=105"]
expected: FAIL
[features "top=105e1" should set "top=105"]
expected: FAIL
[features "top=105 " should set "top=105"]
expected: FAIL
[features "top=105^4" should set "top=105"]
expected: FAIL
[features "top=105.5" should set "top=105"]
expected: FAIL

View file

@ -3,3 +3,30 @@
[HTML: window.open `features`: non-integer values for feature `width`]
expected: FAIL
[features "width=405^4" should set "width=405"]
expected: FAIL
[features "width=405.5" should set "width=405"]
expected: FAIL
[features "width=405e1" should set "width=405"]
expected: FAIL
[features "width=405 " should set "width=405"]
expected: FAIL
[features "width=405.32" should set "width=405"]
expected: FAIL
[features "width=405LLl" should set "width=405"]
expected: FAIL
[features "width=405*3" should set "width=405"]
expected: FAIL
[features "width=405e-1" should set "width=405"]
expected: FAIL
[features "width=405/5" should set "width=405"]
expected: FAIL

View file

@ -1,11 +1,7 @@
[frameElement.sub.html]
expected: TIMEOUT
[The window's frameElement attribute must return its container element if it is a nested browsing context]
expected: FAIL
[The SecurityError must be thrown if the window accesses to frameElement attribute of a Window which does not have the same effective script origin]
expected: FAIL
[The window's frameElement attribute must return null if the container's document does not have the same effective script origin]
expected: NOTRUN

View file

@ -1,4 +0,0 @@
[targeting-with-embedded-null-in-target.html]
[Targeting with embedded null in target]
expected: FAIL

View file

@ -6792,9 +6792,6 @@
[HTMLMediaElement interface: document.createElement("video") must inherit property "controls" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "volume" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("video") must inherit property "muted" with the proper type]
expected: FAIL
@ -6837,9 +6834,6 @@
[HTMLMediaElement interface: document.createElement("audio") must inherit property "controls" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "volume" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("audio") must inherit property "muted" with the proper type]
expected: FAIL
@ -6882,9 +6876,6 @@
[HTMLMediaElement interface: new Audio() must inherit property "controls" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "volume" with the proper type]
expected: PASS
[HTMLMediaElement interface: new Audio() must inherit property "muted" with the proper type]
expected: FAIL
@ -7005,9 +6996,6 @@
[HTMLMediaElement interface: attribute controls]
expected: FAIL
[HTMLMediaElement interface: attribute volume]
expected: PASS
[HTMLMediaElement interface: attribute muted]
expected: FAIL
@ -10730,9 +10718,6 @@
[ImageBitmap interface: operation close()]
expected: FAIL
[MessageEvent interface: attribute source]
expected: FAIL
[MessageEvent interface: attribute ports]
expected: FAIL

View file

@ -3,6 +3,3 @@
[Check that sandboxed iframe cannot perform navigation on the top\n frame when allow-top-navigation is not set]
expected: FAIL
[Frames without `allow-top-navigation` should not be able to navigate the top frame.]
expected: FAIL

View file

@ -1,5 +1,6 @@
[iframe_sandbox_popups_escaping-1.html]
type: testharness
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL
expected: TIMEOUT

View file

@ -1,5 +1,5 @@
[iframe_sandbox_popups_escaping-2.html]
type: testharness
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL
expected: TIMEOUT

View file

@ -1,5 +1,6 @@
[iframe_sandbox_popups_nonescaping-1.html]
type: testharness
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL
expected: NOTRUN

View file

@ -1,10 +0,0 @@
[non-active-document.html]
[DOMParser]
expected: FAIL
[createHTMLDocument]
expected: FAIL
[<template>]
expected: FAIL

View file

@ -0,0 +1,4 @@
[077.html]
[ adding several types of scripts through the DOM and removing some of them confuses scheduler ]
expected: FAIL

View file

@ -12,6 +12,3 @@
[document.open should throw a SecurityError with cross-origin document even when the ignore-opens-during-unload counter is greater than 0 (during pagehide event)]
expected: FAIL
[document.open should throw a SecurityError with cross-origin document even when there is an active parser executing script]
expected: FAIL

View file

@ -9,6 +9,3 @@
[document.open should throw an InvalidStateError with XML document even when the ignore-opens-during-unload counter is greater than 0 (during pagehide event)]
expected: FAIL
[document.open should throw an InvalidStateError with XML document even when there is an active parser executing script]
expected: FAIL

View file

@ -1,4 +0,0 @@
[bailout-side-effects-synchronous-script.window.html]
[document.open bailout should not have any side effects (active parser whose script nesting level is greater than 0)]
expected: FAIL

View file

@ -1,5 +1,4 @@
[processing-instruction.html]
expected: ERROR
[Child css via a ProcessingInstruction.]
expected: TIMEOUT
expected: FAIL

View file

@ -1,5 +1,4 @@
[external-import-stylesheet.html]
expected: ERROR
[Font from imported stylesheet (external).]
expected: TIMEOUT
expected: FAIL

View file

@ -1,5 +1,4 @@
[internal-import-stylesheet.html]
expected: ERROR
[Font from imported stylesheet (internal).]
expected: TIMEOUT
expected: FAIL

View file

@ -1,5 +1,4 @@
[processing-instruction.html]
expected: ERROR
[Font from external stylesheet (from ProcessingInstruction).]
expected: TIMEOUT
expected: FAIL

View file

@ -1,5 +1,4 @@
[external-import-stylesheet.html]
expected: ERROR
[Image from imported stylesheet (external).]
expected: TIMEOUT
expected: FAIL

View file

@ -1,5 +1,4 @@
[external-stylesheet.html]
expected: ERROR
[Image from external stylesheet.]
expected: TIMEOUT
expected: FAIL

View file

@ -1,5 +1,4 @@
[inline-style.html]
expected: ERROR
[Image from inline styles.]
expected: TIMEOUT
expected: FAIL

View file

@ -1,5 +1,4 @@
[internal-import-stylesheet.html]
expected: ERROR
[Image from imported stylesheet (internal).]
expected: TIMEOUT
expected: FAIL

View file

@ -1,5 +1,4 @@
[internal-stylesheet.html]
expected: ERROR
[Image from internal stylesheet.]
expected: TIMEOUT
expected: FAIL

View file

@ -1,5 +1,4 @@
[processing-instruction.html]
expected: ERROR
[Image from external stylesheet (from ProcessingInstruction).]
expected: TIMEOUT
expected: FAIL

View file

@ -1,8 +1,28 @@
[external-stylesheet.html]
expected: ERROR
[Test styling SVG from external style fill]
expected: TIMEOUT
expected: FAIL
[Test styling SVG from external style stroke]
expected: NOTRUN
expected: FAIL
[Test styling SVG from external style mask]
expected: FAIL
[Test styling SVG from external style marker-start]
expected: FAIL
[Test styling SVG from external style filter]
expected: FAIL
[Test styling SVG from external style clip-path]
expected: FAIL
[Test styling SVG from external style marker-end]
expected: FAIL
[Test styling SVG from external style marker-mid]
expected: FAIL
[Test styling SVG from external style mask-image]
expected: FAIL

View file

@ -1,8 +1,28 @@
[inline-style.html]
expected: ERROR
[Styling SVG from inline styles stroke]
expected: NOTRUN
expected: FAIL
[Styling SVG from inline styles fill]
expected: TIMEOUT
expected: FAIL
[Styling SVG from inline styles marker-start]
expected: FAIL
[Styling SVG from inline styles mask-image]
expected: FAIL
[Styling SVG from inline styles filter]
expected: FAIL
[Styling SVG from inline styles marker-mid]
expected: FAIL
[Styling SVG from inline styles clip-path]
expected: FAIL
[Styling SVG from inline styles mask]
expected: FAIL
[Styling SVG from inline styles marker-end]
expected: FAIL

View file

@ -1,8 +1,28 @@
[internal-stylesheet.html]
expected: ERROR
[Styling SVG from internal styles stroke]
expected: NOTRUN
expected: FAIL
[Styling SVG from internal styles fill]
expected: TIMEOUT
expected: FAIL
[Styling SVG from internal styles clip-path]
expected: FAIL
[Styling SVG from internal styles marker-mid]
expected: FAIL
[Styling SVG from internal styles mask-image]
expected: FAIL
[Styling SVG from internal styles marker-end]
expected: FAIL
[Styling SVG from internal styles filter]
expected: FAIL
[Styling SVG from internal styles marker-start]
expected: FAIL
[Styling SVG from internal styles mask]
expected: FAIL

View file

@ -1,8 +1,25 @@
[presentation-attribute.html]
expected: ERROR
[Styling SVG from presentation attributes fill]
expected: TIMEOUT
expected: FAIL
[Styling SVG from presentation attributes stroke]
expected: NOTRUN
expected: FAIL
[Styling SVG from presentation attributes marker-start]
expected: FAIL
[Styling SVG from presentation attributes filter]
expected: FAIL
[Styling SVG from presentation attributes mask]
expected: FAIL
[Styling SVG from presentation attributes marker-end]
expected: FAIL
[Styling SVG from presentation attributes marker-mid]
expected: FAIL
[Styling SVG from presentation attributes clip-path]
expected: FAIL

View file

@ -1,8 +1,28 @@
[processing-instruction.html]
expected: ERROR
[Styling SVG from ProcessingInstruction stroke]
expected: NOTRUN
expected: FAIL
[Styling SVG from ProcessingInstruction fill]
expected: TIMEOUT
expected: FAIL
[Styling SVG from ProcessingInstruction mask-image]
expected: FAIL
[Styling SVG from ProcessingInstruction marker-end]
expected: FAIL
[Styling SVG from ProcessingInstruction marker-mid]
expected: FAIL
[Styling SVG from ProcessingInstruction clip-path]
expected: FAIL
[Styling SVG from ProcessingInstruction marker-start]
expected: FAIL
[Styling SVG from ProcessingInstruction filter]
expected: FAIL
[Styling SVG from ProcessingInstruction mask]
expected: FAIL

View file

@ -1,5 +1,4 @@
[multiple-headers-and-values.html]
expected: ERROR
[Image uses the last recognized Referrer-Policy header value]
expected: NOTRUN
expected: FAIL

View file

@ -1,5 +1,4 @@
[multiple-headers-combined.html]
expected: ERROR
[Image uses the last recognized Referrer-Policy header value]
expected: NOTRUN
expected: FAIL

View file

@ -1,5 +1,4 @@
[multiple-headers-one-invalid.html]
expected: ERROR
[Referrer policy header parsing fails if one header is invalid]
expected: NOTRUN
expected: FAIL

View file

@ -1,5 +1,4 @@
[multiple-headers-one-unknown-token.html]
expected: ERROR
[Image uses last recognized referrer policy token from Referrer-Policy headers]
expected: NOTRUN
expected: FAIL

View file

@ -1,5 +1,4 @@
[multiple-headers.html]
expected: ERROR
[Image uses the last recognized Referrer-Policy header]
expected: NOTRUN
expected: FAIL

View file

@ -2,8 +2,8 @@
type: testharness
expected: TIMEOUT
[Sandboxed iframe with opaque origin doesn't send referrers.]
expected: NOTRUN
expected: TIMEOUT
[Sandboxed iframe with tuple origin sends referrers.]
expected: NOTRUN
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[area-navigate.html]
expected: TIMEOUT
[Area is responding with HTTP headers]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[attr-referrer-invalid-value.html]
[Invalid referrerpolicy values not reflected]
expected: FAIL

View file

@ -0,0 +1,4 @@
[fetch-messaging.html]
[Fetch is responding with HTTP headers]
expected: FAIL

View file

@ -0,0 +1,4 @@
[iframe-messaging.html]
[Iframe is responding with HTTP headers]
expected: FAIL

View file

@ -0,0 +1,4 @@
[image-decoding.html]
[Image is encoding headers as JSON.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[link-navigate.html]
[Link is responding with HTTP headers]
expected: FAIL

View file

@ -0,0 +1,4 @@
[script-messaging.html]
[Script is responding with HTTP headers]
expected: FAIL

View file

@ -0,0 +1,4 @@
[worker-messaging.html]
[Worker is responding with HTTP headers]
expected: FAIL

View file

@ -0,0 +1,4 @@
[xhr-messaging.html]
[XHR is responding with HTTP headers]
expected: FAIL

View file

@ -0,0 +1,4 @@
[unsupported-csp-referrer-directive.html]
[Image has a referrer despite CSP 'referrer' directive]
expected: FAIL

View file

@ -0,0 +1,4 @@
[insecure-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via a-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is cross-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[insecure-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[insecure-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is cross-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[insecure-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[upgrade-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via a-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is cross-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[upgrade-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[upgrade-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is cross-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[upgrade-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[insecure-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via a-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is same-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[insecure-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with keep-origin-redirect and when\n the target request is same-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[insecure-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is same-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[insecure-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with swap-origin-redirect and when\n the target request is same-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[upgrade-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via a-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is same-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[upgrade-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with keep-origin-redirect and when\n the target request is same-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[upgrade-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is same-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[upgrade-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with swap-origin-redirect and when\n the target request is same-origin.]
expected: FAIL

View file

@ -1,5 +1,4 @@
[insecure-protocol.http.html]
expected: TIMEOUT
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via a-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.]
expected: NOTRUN
expected: FAIL

View file

@ -0,0 +1,4 @@
[insecure-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[insecure-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[insecure-protocol.http.html]
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.]
expected: FAIL

View file

@ -1,5 +1,4 @@
[upgrade-protocol.http.html]
expected: TIMEOUT
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via a-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.]
expected: NOTRUN
expected: FAIL

View file

@ -1,5 +0,0 @@
[upgrade-protocol.http.html]
expected: TIMEOUT
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.]
expected: NOTRUN

View file

@ -1,5 +0,0 @@
[upgrade-protocol.http.html]
expected: TIMEOUT
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.]
expected: NOTRUN

View file

@ -1,5 +0,0 @@
[upgrade-protocol.http.html]
expected: TIMEOUT
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.]
expected: NOTRUN

View file

@ -1,5 +1,4 @@
[upgrade-protocol.http.html]
expected: ERROR
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.]
expected: NOTRUN
expected: FAIL

View file

@ -1,5 +1,4 @@
[upgrade-protocol.http.html]
expected: ERROR
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.]
expected: NOTRUN
expected: FAIL

View file

@ -1,5 +1,4 @@
[upgrade-protocol.http.html]
expected: ERROR
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.]
expected: NOTRUN
expected: FAIL

View file

@ -1,5 +1,4 @@
[insecure-protocol.http.html]
expected: TIMEOUT
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via a-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.]
expected: NOTRUN
expected: FAIL

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