mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Sync WPT with upstream (18-07-2023) (#30006)
* Update web-platform-tests to revision b'e16853520ae70ba309108ccff87a7816f74be4dd' * Remove new spurious result --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
727d61a99d
commit
59b0b1bade
1258 changed files with 28005 additions and 10149 deletions
File diff suppressed because it is too large
Load diff
|
@ -8,5 +8,8 @@
|
|||
[[data-expected-height\] 3]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 4]
|
||||
[[data-expected-height\] 1]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 2]
|
||||
expected: FAIL
|
||||
|
|
|
@ -160,3 +160,15 @@
|
|||
|
||||
[CSS Transitions: property <display> from [inline\] to [block\] at (0.3) should be [block\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <display> from [block\] to [none\] at (-1) should be [block\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <display> from [block\] to [none\] at (0) should be [block\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <display> from [block\] to [none\] at (0.1) should be [block\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <display> from [block\] to [none\] at (0.9) should be [block\]]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[opacity-animation-ending-correctly-001.html]
|
||||
expected: TIMEOUT
|
|
@ -46,3 +46,51 @@
|
|||
|
||||
[Property color value 'rgba(none none none / 50%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(calc(infinity), 0, 0)' [Red channel resolves positive infinity to 255\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(0, calc(infinity), 0)' [Green channel resolves positive infinity to 255\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(0, 0, calc(infinity))' [Blue channel resolves positive infinity to 255\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgba(0, 0, 0, calc(infinity))' [Alpha channel resolves positive infinity to fully opaque\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(calc(-infinity), 0, 0)' [Red channel resolves negative infinity to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(0, calc(-infinity), 0)' [Green channel resolves negative infinity to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(0, 0, calc(-infinity))' [Blue channel resolves negative infinity to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgba(0, 0, 0, calc(-infinity))' [Alpha channel resolves negative infinity to fully transparent\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(calc(NaN), 0, 0)' [Red channel resolves NaN to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(0, calc(NaN), 0)' [Green channel resolves NaN to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(0, 0, calc(NaN))' [Blue channel resolves NaN to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgba(0, 0, 0, calc(NaN))' [Alpha channel resolves NaN to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(calc(0 / 0), 0, 0)' [Red channel resolves NaN equivalent calc statements to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(0, calc(0 / 0), 0)' [Green channel resolves NaN equivalent calc statements to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(0, 0, calc(0 / 0))' [Blue channel resolves NaN equivalent calc statements to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgba(0, 0, 0, calc(0 / 0))' [Alpha channel resolves NaN equivalent calc statements to zero\]]
|
||||
expected: FAIL
|
||||
|
|
|
@ -46,3 +46,51 @@
|
|||
|
||||
[e.style['color'\] = "rgba(none none none / 50%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(calc(infinity), 0, 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(0, calc(infinity), 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(0, 0, calc(infinity))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgba(0, 0, 0, calc(infinity))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(calc(-infinity), 0, 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(0, calc(-infinity), 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(0, 0, calc(-infinity))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgba(0, 0, 0, calc(-infinity))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(calc(NaN), 0, 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(0, calc(NaN), 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(0, 0, calc(NaN))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgba(0, 0, 0, calc(NaN))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(calc(0 / 0), 0, 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(0, calc(0 / 0), 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(0, 0, calc(0 / 0))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgba(0, 0, 0, calc(0 / 0))" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[gap-020.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[gap-021.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[auto-min-size-001.html]
|
||||
expected: FAIL
|
|
@ -4,3 +4,9 @@
|
|||
|
||||
[#bug1454306 2]
|
||||
expected: FAIL
|
||||
|
||||
[#wrapping-broke .flex 1]
|
||||
expected: FAIL
|
||||
|
||||
[#gmail-tables .flex 3]
|
||||
expected: FAIL
|
||||
|
|
|
@ -109,3 +109,9 @@
|
|||
|
||||
[Check that src: url("foo.ttf") tech(color), url("bar.html") is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(xyzzy, features-opentype) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(features-opentype, xyzzy) is invalid]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[segment-break-transformation-unremovable-4.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-transform-capitalize-034.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[content-box-mutation-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[stroke-box-mutation-001.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[stroke-box-mutation-003.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[svgbox-stroke-box-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[svgbox-stroke-box.html]
|
||||
expected: FAIL
|
|
@ -4,3 +4,6 @@
|
|||
|
||||
[all without an explicit discrete property should not animate.]
|
||||
expected: FAIL
|
||||
|
||||
[transition:all with transition-animation-type:discrete should animate discrete properties.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -286,3 +286,93 @@
|
|||
|
||||
['scale(calc(calc(tan(-infinity))))' as a specified value should serialize as 'scale(calc(NaN))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(sin(180deg))' as a specified value should serialize as 'scale(calc(0))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(sin(180deg)))' as a specified value should serialize as 'scale(calc(0))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(cos(180deg))' as a specified value should serialize as 'scale(calc(-1))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(cos(180deg)))' as a specified value should serialize as 'scale(calc(-1))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(tan(180deg))' as a specified value should serialize as 'scale(calc(0))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(tan(180deg)))' as a specified value should serialize as 'scale(calc(0))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(sin(270deg))' as a specified value should serialize as 'scale(calc(-1))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(sin(270deg)))' as a specified value should serialize as 'scale(calc(-1))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(cos(270deg))' as a specified value should serialize as 'scale(calc(0))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(cos(270deg)))' as a specified value should serialize as 'scale(calc(0))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(tan(270deg))' as a specified value should serialize as 'scale(calc(-infinity))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(tan(270deg)))' as a specified value should serialize as 'scale(calc(-infinity))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(sin(-180deg))' as a specified value should serialize as 'scale(calc(0))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(sin(-180deg)))' as a specified value should serialize as 'scale(calc(0))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(cos(-180deg))' as a specified value should serialize as 'scale(calc(-1))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(cos(-180deg)))' as a specified value should serialize as 'scale(calc(-1))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(tan(-180deg))' as a specified value should serialize as 'scale(calc(0))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(tan(-180deg)))' as a specified value should serialize as 'scale(calc(0))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(sin(-270deg))' as a specified value should serialize as 'scale(calc(1))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(sin(-270deg)))' as a specified value should serialize as 'scale(calc(1))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(cos(-270deg))' as a specified value should serialize as 'scale(calc(0))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(cos(-270deg)))' as a specified value should serialize as 'scale(calc(0))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(tan(-270deg))' as a specified value should serialize as 'scale(calc(infinity))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(tan(-270deg)))' as a specified value should serialize as 'scale(calc(infinity))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(sin(NaN)))' as a specified value should serialize as 'scale(calc(NaN))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(calc(sin(NaN))))' as a specified value should serialize as 'scale(calc(NaN))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(cos(NaN)))' as a specified value should serialize as 'scale(calc(NaN))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(calc(cos(NaN))))' as a specified value should serialize as 'scale(calc(NaN))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(tan(NaN)))' as a specified value should serialize as 'scale(calc(NaN))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(calc(tan(NaN))))' as a specified value should serialize as 'scale(calc(NaN))'.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[elementsFromPoint-iframes.html]
|
||||
[elementsFromPoint on the root document for points in iframe elements]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[filter-function-linear-gradient.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[filter-function-radial-gradient.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[filter-function-repeating-linear-gradient.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[filter-function-repeating-radial-gradient.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[ElementInternals-reportValidity-bubble.html]
|
||||
expected: FAIL
|
|
@ -4,3 +4,66 @@
|
|||
|
||||
[DOM mutation support]
|
||||
expected: FAIL
|
||||
|
||||
[Basic imperative DOM Parts object construction (Document)]
|
||||
expected: FAIL
|
||||
|
||||
[Cloning (Document)]
|
||||
expected: FAIL
|
||||
|
||||
[Cloning Element (Document)]
|
||||
expected: FAIL
|
||||
|
||||
[Cloning Text (Document)]
|
||||
expected: FAIL
|
||||
|
||||
[Cloning Comment (Document)]
|
||||
expected: FAIL
|
||||
|
||||
[Cloning CDATASection (Document)]
|
||||
expected: FAIL
|
||||
|
||||
[Cloning ProcessingInstruction (Document)]
|
||||
expected: FAIL
|
||||
|
||||
[DOM mutation support (Document)]
|
||||
expected: FAIL
|
||||
|
||||
[ChildNodePart children manipulation (Document)]
|
||||
expected: FAIL
|
||||
|
||||
[Basic imperative DOM Parts object construction (DocumentFragment)]
|
||||
expected: FAIL
|
||||
|
||||
[Cloning (DocumentFragment)]
|
||||
expected: FAIL
|
||||
|
||||
[Cloning Element (DocumentFragment)]
|
||||
expected: FAIL
|
||||
|
||||
[Cloning Text (DocumentFragment)]
|
||||
expected: FAIL
|
||||
|
||||
[Cloning Comment (DocumentFragment)]
|
||||
expected: FAIL
|
||||
|
||||
[Cloning CDATASection (DocumentFragment)]
|
||||
expected: FAIL
|
||||
|
||||
[Cloning ProcessingInstruction (DocumentFragment)]
|
||||
expected: FAIL
|
||||
|
||||
[DOM mutation support (DocumentFragment)]
|
||||
expected: FAIL
|
||||
|
||||
[ChildNodePart children manipulation (DocumentFragment)]
|
||||
expected: FAIL
|
||||
|
||||
[Basic declarative DOM Parts (Main Document)]
|
||||
expected: FAIL
|
||||
|
||||
[Basic declarative DOM Parts (Template)]
|
||||
expected: FAIL
|
||||
|
||||
[Basic declarative DOM Parts (Clone)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[redirect-keepalive.any.html]
|
||||
expected: TIMEOUT
|
||||
[[keepalive\][new window\][unload\] same-origin redirect]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[response_block.tentative.https.html]
|
||||
[ORB: Expect error response from <script> fetch.]
|
||||
expected: FAIL
|
||||
|
||||
[ORB: Expect error response from fetch().]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[response_block.tentative.sub.https.html]
|
||||
[ORB: Expect error response.]
|
||||
expected: FAIL
|
|
@ -1,135 +0,0 @@
|
|||
[mixed-content-fetch.tentative.https.window.html]
|
||||
[https-loopback to http-loopback: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-loopback to http-loopback: wrong targetAddressSpace "local".]
|
||||
expected: FAIL
|
||||
|
||||
[https-loopback to http-loopback: wrong targetAddressSpace "public".]
|
||||
expected: FAIL
|
||||
|
||||
[https-loopback to http-loopback: not a local network request.]
|
||||
expected: FAIL
|
||||
|
||||
[https-loopback to http-local: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-loopback to http-local: wrong targetAddressSpace "loopback".]
|
||||
expected: FAIL
|
||||
|
||||
[https-loopback to http-local: wrong targetAddressSpace "public".]
|
||||
expected: FAIL
|
||||
|
||||
[https-loopback to http-local: not a local network request.]
|
||||
expected: FAIL
|
||||
|
||||
[https-loopback to http-public: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-loopback to http-public: wrong targetAddressSpace "loopback".]
|
||||
expected: FAIL
|
||||
|
||||
[https-loopback to http-public: wrong targetAddressSpace "local".]
|
||||
expected: FAIL
|
||||
|
||||
[https-loopback to http-public: not a local network request.]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-loopback: missing targetAddressSpace.]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-loopback: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-loopback: wrong targetAddressSpace "local".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-loopback: wrong targetAddressSpace "public".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-loopback: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-loopback: success.]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-local: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-local: wrong targetAddressSpace "loopback".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-local: wrong targetAddressSpace "public".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-local: not a local network request.]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-public: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-public: wrong targetAddressSpace "loopback".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-public: wrong targetAddressSpace "local".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-public: not a local network request.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-loopback: missing targetAddressSpace.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-loopback: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-loopback: wrong targetAddressSpace "local".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-loopback: wrong targetAddressSpace "public".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-loopback: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-loopback: success.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-local: missing targetAddressSpace.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-local: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-local: wrong targetAddressSpace "loopback".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-local: wrong targetAddressSpace "public".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-local: success.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-public: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-public: wrong targetAddressSpace "loopback".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-public: wrong targetAddressSpace "local".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-public: not a local network request.]
|
||||
expected: FAIL
|
||||
|
||||
[https-treat-as-public to http-loopback: wrong targetAddressSpace "local".]
|
||||
expected: FAIL
|
||||
|
||||
[https-treat-as-public to http-local: wrong targetAddressSpace "loopback".]
|
||||
expected: FAIL
|
||||
|
||||
[https-treat-as-public to http-local: success.]
|
||||
expected: FAIL
|
|
@ -1,97 +0,0 @@
|
|||
[service-worker-fetch.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[local to local: success.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[private to local: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[private to local: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[private to private: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[public to local: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[public to local: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[public to private: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[public to private: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[public to public: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to local: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to local: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to private: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to private: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to public: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to local (same-origin): no preflight required.]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[service-worker-fetch.https.window.html?9-last]
|
||||
expected: TIMEOUT
|
||||
[public to public: success.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[treat-as-public to local: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to local: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to local (same-origin): no preflight required.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to private: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to private: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to public: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[service-worker-fetch.https.window.html?1-8]
|
||||
expected: TIMEOUT
|
||||
[local to local: success.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[private to local: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[private to local: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[private to private: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[public to local: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[public to local: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[public to private: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[public to private: success.]
|
||||
expected: NOTRUN
|
|
@ -1,27 +0,0 @@
|
|||
[worker-fetch.https.window.html]
|
||||
[private to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: success.]
|
||||
expected: FAIL
|
||||
|
||||
[public to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[public to local: success.]
|
||||
expected: FAIL
|
||||
|
||||
[public to private: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[public to private: success.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to private: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to private: success.]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[worker.https.window.html]
|
||||
[treat-as-public to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to private: failed preflight.]
|
||||
expected: FAIL
|
|
@ -146,9 +146,3 @@
|
|||
|
||||
[list-style-image sec-fetch-site - HTTPS downgrade-upgrade]
|
||||
expected: FAIL
|
||||
|
||||
[border-image sec-fetch-site - HTTPS downgrade (header not sent)]
|
||||
expected: FAIL
|
||||
|
||||
[background-image sec-fetch-user - Not sent to non-trustworthy same-site destination]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
[fenced-frame-no-preflight-required.tentative.https.window.html]
|
||||
[local to local: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
[local to private: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
[local to public: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
[private to private: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
[private to public: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
[public to public: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public-address to public: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public-address to local: optional preflight]
|
||||
expected: FAIL
|
|
@ -1,41 +1,3 @@
|
|||
[fenced-frame-subresource-fetch.tentative.https.window.html?include=from-private]
|
||||
[private to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: missing CORS headers on preflight response.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: missing PNA header on preflight response.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: missing CORS headers on final response.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: success.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: PUT success.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: no-CORS mode failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: no-CORS mode missing CORS headers on preflight response.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: no-CORS mode missing PNA header on preflight response.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: no-CORS mode success.]
|
||||
expected: FAIL
|
||||
|
||||
[private to private: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
[private to public: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[fenced-frame-subresource-fetch.tentative.https.window.html?include=from-local]
|
||||
[local to local: no preflight required.]
|
||||
expected: FAIL
|
||||
|
@ -47,6 +9,14 @@
|
|||
expected: FAIL
|
||||
|
||||
|
||||
[fenced-frame-subresource-fetch.tentative.https.window.html?include=baseline]
|
||||
[local to public: PUT preflight failure.]
|
||||
expected: FAIL
|
||||
|
||||
[local to public: PUT preflight success.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[fenced-frame-subresource-fetch.tentative.https.window.html?include=from-public]
|
||||
[public to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
@ -112,9 +82,39 @@
|
|||
expected: FAIL
|
||||
|
||||
|
||||
[fenced-frame-subresource-fetch.tentative.https.window.html?include=baseline]
|
||||
[local to public: PUT preflight failure.]
|
||||
[fenced-frame-subresource-fetch.tentative.https.window.html?include=from-private]
|
||||
[private to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[local to public: PUT preflight success.]
|
||||
[private to local: missing CORS headers on preflight response.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: missing PNA header on preflight response.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: missing CORS headers on final response.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: success.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: PUT success.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: no-CORS mode failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: no-CORS mode missing CORS headers on preflight response.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: no-CORS mode missing PNA header on preflight response.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: no-CORS mode success.]
|
||||
expected: FAIL
|
||||
|
||||
[private to private: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
[private to public: no preflight required.]
|
||||
expected: FAIL
|
|
@ -1,13 +1,4 @@
|
|||
[fenced-frame.tentative.https.window.html]
|
||||
[local to local: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
[local to private: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
[local to public: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -20,12 +11,6 @@
|
|||
[private to local: failed because fenced frames are incompatible with PNA.]
|
||||
expected: FAIL
|
||||
|
||||
[private to private: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
[private to public: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
[public to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -50,9 +35,6 @@
|
|||
[public to private: failed because fenced frames are incompatible with PNA.]
|
||||
expected: FAIL
|
||||
|
||||
[public to public: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public-address to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -79,9 +61,3 @@
|
|||
|
||||
[treat-as-public-address to private: failed because fenced frames are incompatible with PNA.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public-address to public: no preflight required.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public-address to local: optional preflight]
|
||||
expected: FAIL
|
|
@ -1,9 +1,9 @@
|
|||
[fetch-from-treat-as-public.https.window.html]
|
||||
[fetch-from-treat-as-public.tentative.https.window.html]
|
||||
[treat-as-public-address to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public-address to private: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public-address to local: success.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public-address to private: failed preflight.]
|
||||
expected: FAIL
|
|
@ -1,9 +1,9 @@
|
|||
[fetch.https.window.html?include=baseline]
|
||||
[fetch.tentative.https.window.html?include=baseline]
|
||||
[local to public: PUT preflight failure.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[fetch.https.window.html?include=from-public]
|
||||
[fetch.tentative.https.window.html?include=from-public]
|
||||
[public to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -53,9 +53,9 @@
|
|||
expected: FAIL
|
||||
|
||||
|
||||
[fetch.https.window.html?include=from-local]
|
||||
[fetch.tentative.https.window.html?include=from-local]
|
||||
|
||||
[fetch.https.window.html?include=from-private]
|
||||
[fetch.tentative.https.window.html?include=from-private]
|
||||
[private to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[xhr.window.html]
|
||||
[fetch.tentative.window.html]
|
||||
[private to local: failure.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,135 @@
|
|||
[mixed-content-fetch.tentative.https.window.html]
|
||||
[https-local to http-local: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-local: wrong targetAddressSpace "private".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-local: wrong targetAddressSpace "public".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-local: not a private network request.]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-private: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-private: wrong targetAddressSpace "local".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-private: wrong targetAddressSpace "public".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-private: not a private network request.]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-public: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-public: wrong targetAddressSpace "local".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-public: wrong targetAddressSpace "private".]
|
||||
expected: FAIL
|
||||
|
||||
[https-local to http-public: not a private network request.]
|
||||
expected: FAIL
|
||||
|
||||
[https-private to http-local: missing targetAddressSpace.]
|
||||
expected: FAIL
|
||||
|
||||
[https-private to http-local: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-private to http-local: wrong targetAddressSpace "private".]
|
||||
expected: FAIL
|
||||
|
||||
[https-private to http-local: wrong targetAddressSpace "public".]
|
||||
expected: FAIL
|
||||
|
||||
[https-private to http-local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[https-private to http-local: success.]
|
||||
expected: FAIL
|
||||
|
||||
[https-private to http-private: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-private to http-private: wrong targetAddressSpace "local".]
|
||||
expected: FAIL
|
||||
|
||||
[https-private to http-private: wrong targetAddressSpace "public".]
|
||||
expected: FAIL
|
||||
|
||||
[https-private to http-private: not a private network request.]
|
||||
expected: FAIL
|
||||
|
||||
[https-private to http-public: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-private to http-public: wrong targetAddressSpace "local".]
|
||||
expected: FAIL
|
||||
|
||||
[https-private to http-public: wrong targetAddressSpace "private".]
|
||||
expected: FAIL
|
||||
|
||||
[https-private to http-public: not a private network request.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-local: missing targetAddressSpace.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-local: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-local: wrong targetAddressSpace "private".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-local: wrong targetAddressSpace "public".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-local: success.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-private: missing targetAddressSpace.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-private: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-private: wrong targetAddressSpace "local".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-private: wrong targetAddressSpace "public".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-private: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-private: success.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-public: wrong targetAddressSpace "unknown".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-public: wrong targetAddressSpace "local".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-public: wrong targetAddressSpace "private".]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-public: not a private network request.]
|
||||
expected: FAIL
|
||||
|
||||
[https-treat-as-public to http-local: wrong targetAddressSpace "private".]
|
||||
expected: FAIL
|
||||
|
||||
[https-treat-as-public to http-private: wrong targetAddressSpace "local".]
|
||||
expected: FAIL
|
||||
|
||||
[https-treat-as-public to http-private: success.]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[worker.window.html]
|
||||
[nested-worker.tentative.https.window.html]
|
||||
[treat-as-public to local: failure.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[nested-worker.https.window.html]
|
||||
[nested-worker.tentative.window.html]
|
||||
[treat-as-public to local: failure.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[preflight-cache.https.window.html]
|
||||
[preflight-cache.https.tentative.window.html]
|
||||
[private to local: success.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[redirect.https.window.html]
|
||||
[redirect.tentative.https.window.html]
|
||||
[private to private to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -35,6 +35,15 @@
|
|||
[treat-as-public to local to private: no-cors failed second preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to local (same-origin) to private: failed second preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to local (same-origin) to private: success.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to local (same-origin) to private: no-cors failed second preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to private to local: failed first preflight.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -50,15 +59,6 @@
|
|||
[treat-as-public to private to local: no-cors failed second preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to local (same-origin) to private: failed second preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to local (same-origin) to private: success.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to local (same-origin) to private: no-cors failed second preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to private to local (same-origin): failed first preflight.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[service-worker-background-fetch.https.window.html]
|
||||
[service-worker-background-fetch.tentative.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[local to local: success.]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,49 @@
|
|||
[service-worker-fetch.tentative.https.window.html?9-last]
|
||||
expected: TIMEOUT
|
||||
[public to public: success.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[treat-as-public to local: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to local: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to local (same-origin): no preflight required.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to private: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to private: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to public: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[service-worker-fetch.tentative.https.window.html?1-8]
|
||||
expected: TIMEOUT
|
||||
[local to local: success.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[private to local: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[private to local: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[private to private: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[public to local: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[public to local: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[public to private: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[public to private: success.]
|
||||
expected: NOTRUN
|
|
@ -1,14 +1,8 @@
|
|||
[service-worker-update.https.window.html]
|
||||
[service-worker-update.tentative.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[update public to local: failed preflight.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[update public to local: success.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[update public to private: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[update public to private: success.]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,14 +1,8 @@
|
|||
[shared-worker.https.window.html]
|
||||
[service-worker.tentative.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[treat-as-public to local: failed preflight.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[treat-as-public to local: success.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[treat-as-public to private: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to private: success.]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[shared-worker-blob-fetch.https.window.html]
|
||||
[shared-worker-blob-fetch.tentative.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[local to local: success.]
|
||||
expected: TIMEOUT
|
||||
|
@ -33,6 +33,9 @@
|
|||
[treat-as-public to local: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to local (same-origin): no preflight required.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to private: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
|
@ -41,6 +44,3 @@
|
|||
|
||||
[treat-as-public to public: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to local (same-origin): no preflight required.]
|
||||
expected: NOTRUN
|
|
@ -1,4 +1,4 @@
|
|||
[shared-worker-blob-fetch.window.html]
|
||||
[shared-worker-blob-fetch.tentative.window.html]
|
||||
expected: TIMEOUT
|
||||
[local to local: success.]
|
||||
expected: TIMEOUT
|
|
@ -1,4 +1,4 @@
|
|||
[shared-worker-fetch.https.window.html]
|
||||
[shared-worker-fetch.tentative.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[local to local: success.]
|
||||
expected: TIMEOUT
|
||||
|
@ -33,6 +33,9 @@
|
|||
[treat-as-public to local: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to local (same-origin): no preflight required.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to private: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
|
@ -41,6 +44,3 @@
|
|||
|
||||
[treat-as-public to public: success.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to local (same-origin): no preflight required.]
|
||||
expected: NOTRUN
|
|
@ -1,4 +1,4 @@
|
|||
[shared-worker-fetch.window.html]
|
||||
[shared-worker-fetch.tentative.window.html]
|
||||
expected: TIMEOUT
|
||||
[local to local: success.]
|
||||
expected: TIMEOUT
|
|
@ -1,14 +1,8 @@
|
|||
[service-worker.https.window.html]
|
||||
[shared-worker.tentative.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[treat-as-public to local: failed preflight.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[treat-as-public to local: success.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[treat-as-public to private: failed preflight.]
|
||||
expected: NOTRUN
|
||||
|
||||
[treat-as-public to private: success.]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[shared-worker.window.html]
|
||||
[shared-worker.tentative.window.html]
|
||||
expected: TIMEOUT
|
||||
[treat-as-public to local: failure.]
|
||||
expected: TIMEOUT
|
|
@ -1,4 +1,4 @@
|
|||
[websocket.window.html]
|
||||
[websocket.tentative.window.html]
|
||||
[private to local: websocket failure.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,10 +1,13 @@
|
|||
[worker-blob-fetch.window.html]
|
||||
[worker-blob-fetch.tentative.window.html]
|
||||
[local to local: success.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: failure.]
|
||||
expected: FAIL
|
||||
|
||||
[private to private: success.]
|
||||
expected: FAIL
|
||||
|
||||
[public to local: failure.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -20,6 +23,12 @@
|
|||
[treat-as-public to private: failure.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to public: success.]
|
||||
expected: FAIL
|
||||
|
||||
[local https to local https: success.]
|
||||
expected: FAIL
|
||||
|
||||
[private https to local https: failure.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -28,12 +37,3 @@
|
|||
|
||||
[public https to local https: failure.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to public: success.]
|
||||
expected: FAIL
|
||||
|
||||
[local https to local https: success.]
|
||||
expected: FAIL
|
||||
|
||||
[private to private: success.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[worker-fetch.tentative.https.window.html]
|
||||
expected: CRASH
|
|
@ -1,4 +1,4 @@
|
|||
[worker-fetch.window.html]
|
||||
[worker-fetch.tentative.window.html]
|
||||
[private to local: failure.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[nested-worker.window.html]
|
||||
[worker.tentative.window.html]
|
||||
[treat-as-public to local: failure.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
[xhr-from-treat-as-public.https.window.html]
|
||||
[xhr-from-treat-as-public.tentative.https.window.html]
|
||||
[treat-as-public to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to private: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to local: success.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public to private: failed preflight.]
|
||||
expected: FAIL
|
|
@ -1,14 +1,4 @@
|
|||
[xhr.https.window.html?include=from-local]
|
||||
|
||||
[xhr.https.window.html?include=from-private]
|
||||
[private to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: success.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[xhr.https.window.html?include=from-public]
|
||||
[xhr.https.tentative.window.html?include=from-public]
|
||||
[public to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -20,3 +10,13 @@
|
|||
|
||||
[public to private: success.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[xhr.https.tentative.window.html?include=from-local]
|
||||
|
||||
[xhr.https.tentative.window.html?include=from-private]
|
||||
[private to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: success.]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[fetch.window.html]
|
||||
[xhr.tentative.window.html]
|
||||
[private to local: failure.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[hasStorageAccess.tentative.https.window.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[requestStorageAccess.tentative.https.window.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[requestStorageAccessFor.tentative.https.window.html]
|
||||
expected: ERROR
|
|
@ -1,6 +0,0 @@
|
|||
[empty-iframe-load-event.html]
|
||||
[Check execution order from nested timeout]
|
||||
expected: FAIL
|
||||
|
||||
[Check execution order on load handler]
|
||||
expected: FAIL
|
|
@ -10,3 +10,6 @@
|
|||
|
||||
[load event does not fire on window.open('about:blank?foo')]
|
||||
expected: FAIL
|
||||
|
||||
[load event does not fire on window.open('about:blank')]
|
||||
expected: FAIL
|
||||
|
|
|
@ -4,16 +4,7 @@
|
|||
expected: NOTRUN
|
||||
|
||||
[Navigating an opened window with an iframe via location.href to a javascript: URL must not fire beforeunload on the iframe: undefined completion]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Navigating an opened window via location.href to a javascript: URL must not fire beforeunload: string completion]
|
||||
expected: NOTRUN
|
||||
|
||||
[Navigating an opened window via location.href to a javascript: URL must not fire beforeunload: undefined completion]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Navigating an iframe via location.href to a javascript: URL must not fire beforeunload: string completion]
|
||||
expected: NOTRUN
|
||||
|
||||
[Navigating an iframe via src="" to a javascript: URL after insertion must not fire beforeunload: string completion]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -13,9 +13,3 @@
|
|||
|
||||
[0080 00FF 0100 set in href="" targeting a frame and clicked]
|
||||
expected: FAIL
|
||||
|
||||
[D83D DE0D set in href="" targeting a frame and clicked]
|
||||
expected: FAIL
|
||||
|
||||
[DE0D 0041 set in href="" targeting a frame and clicked]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[navigation-unload-cross-origin.sub.window.html]
|
||||
[Cross-origin navigation started from unload handler must be ignored]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[navigation-unload-same-origin-fragment.html]
|
||||
[Tests that a fragment navigation in the unload handler will not block the initial navigation]
|
||||
expected: FAIL
|
|
@ -1,3 +1,4 @@
|
|||
[form-requestsubmit.html]
|
||||
expected: TIMEOUT
|
||||
[Replace before load, triggered by formElement.requestSubmit()]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[form-submit-button-click.html]
|
||||
expected: TIMEOUT
|
||||
[Replace before load, triggered by submitButton.click()]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[creating_browsing_context_test_01.html]
|
||||
[first argument: absolute url]
|
||||
expected: FAIL
|
|
@ -1,7 +0,0 @@
|
|||
[2d.text.drawing.style.spacing.html]
|
||||
[Testing baselines]
|
||||
expected: FAIL
|
||||
|
||||
[Testing letter spacing and word spacing]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[fontVariantCaps-2.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[fontVariantCaps-3.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[fontVariantCaps-4.html]
|
||||
expected: FAIL
|
|
@ -1,7 +0,0 @@
|
|||
[2d.text.drawing.style.spacing.html]
|
||||
[Testing baselines]
|
||||
expected: FAIL
|
||||
|
||||
[Testing letter spacing and word spacing]
|
||||
expected: FAIL
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
[2d.text.drawing.style.spacing.worker.html]
|
||||
[Testing baselines]
|
||||
expected: FAIL
|
||||
|
||||
[Testing letter spacing and word spacing]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[fontVariantCaps-1.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[fontVariantCaps-2.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[fontVariantCaps-3.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[fontVariantCaps-4.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[fontVariantCaps-5.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[fontVariantCaps-6.html]
|
||||
expected: TIMEOUT
|
|
@ -4,3 +4,6 @@
|
|||
|
||||
[::after uses originating element's implicit anchor]
|
||||
expected: FAIL
|
||||
|
||||
[::backdrop uses originating element's implicit anchor]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
[base-url-detached-document.https.window.html]
|
||||
expected: ERROR
|
||||
[about:blank]
|
||||
expected: TIMEOUT
|
||||
|
||||
[about:srcdoc]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[document-base-url-window-initiator-is-not-opener.https.window.html]
|
||||
[window.open() gets base url from initiator not opener.]
|
||||
expected: FAIL
|
|
@ -1,6 +1,7 @@
|
|||
[autofocus-dialog.html]
|
||||
expected: TIMEOUT
|
||||
[<dialog> can contain autofocus, without stopping page autofocus content from working]
|
||||
expected: FAIL
|
||||
|
||||
[<dialog>-contained autofocus element gets focused when the dialog is shown]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[skip-another-top-level-browsing-context.html]
|
||||
expected: TIMEOUT
|
||||
[Autofocus elements queued in another top-level browsing context's documents should be skipped.]
|
||||
expected: TIMEOUT
|
|
@ -1,4 +1,5 @@
|
|||
[iframe_sandbox_popups_escaping-3.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
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[form-submit-iframe-then-location-navigate.html]
|
||||
expected: TIMEOUT
|
||||
[Verifies that location navigations take precedence when following form submissions.]
|
||||
expected: TIMEOUT
|
|
@ -181,3 +181,6 @@
|
|||
|
||||
[multipart/form-data: \\r\\n in value (formdata event)]
|
||||
expected: FAIL
|
||||
|
||||
[multipart/form-data: 0x00 in name (normal form)]
|
||||
expected: FAIL
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue