mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Update web-platform-tests to revision b'cb53e377321267af4f5a1f05b3b851aab6fa8ede' (#32313)
This commit is contained in:
parent
8868c1372b
commit
b44d064fae
364 changed files with 7960 additions and 1600 deletions
|
@ -0,0 +1,2 @@
|
|||
[font-size-adjust-ic-height.tentative.html]
|
||||
expected: FAIL
|
|
@ -70,3 +70,6 @@
|
|||
|
||||
[CSS Fonts Module Level 4: parsing @font-palette-values 24]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Fonts Module Level 4: parsing @font-palette-values 25]
|
||||
expected: FAIL
|
||||
|
|
|
@ -100,3 +100,6 @@
|
|||
|
||||
[CSS Fonts Module Level 4: parsing @font-palette-values 33]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Fonts Module Level 4: parsing @font-palette-values 34]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
[scroll-markers-computed.tentative.html]
|
||||
[Property scroll-markers value 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'inherit']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'unset']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'revert']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'before']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'after']
|
||||
expected: FAIL
|
||||
|
||||
[The scroll-markers property shows up in CSSStyleDeclaration enumeration]
|
||||
expected: FAIL
|
||||
|
||||
[The scroll-markers property shows up in CSSStyleDeclaration.cssText]
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[scroll-markers-valid.tentative.html]
|
||||
[e.style['scroll-markers'\] = "initial" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "inherit" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "unset" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "revert" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "before" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "after" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[highlight-pseudos-computed-001.tentative.html]
|
||||
[getComputedStyle() for ::search-text]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text: should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text) should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text( should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text(foo) should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text() should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for :::search-text should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text. should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
|
@ -0,0 +1,36 @@
|
|||
[highlight-pseudos-001.tentative.html]
|
||||
["::search-text" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[".a::search-text" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["div ::search-text" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(my-part)::search-text" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::search-text:current" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[".a::search-text:current" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["div ::search-text:current" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(my-part)::search-text:current" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::search-text:not(:current)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[".a::search-text:not(:current)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["div ::search-text:not(:current)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(my-part)::search-text:not(:current)" should be a valid selector]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[CustomElementRegistry-getName.tentative.html]
|
||||
[CustomElementRegistry-getName.html]
|
||||
[customElements.getName must return null when the registry does not contain an entry with the given constructor]
|
||||
expected: FAIL
|
||||
|
|
@ -136,3 +136,21 @@
|
|||
|
||||
[ariaValueText is defined in ElementInternals]
|
||||
expected: FAIL
|
||||
|
||||
[ariaBrailleLabel is defined in ElementInternals]
|
||||
expected: FAIL
|
||||
|
||||
[ariaBrailleRoleDescription is defined in ElementInternals]
|
||||
expected: FAIL
|
||||
|
||||
[ariaColIndexText is defined in ElementInternals]
|
||||
expected: FAIL
|
||||
|
||||
[ariaDescription is defined in ElementInternals]
|
||||
expected: FAIL
|
||||
|
||||
[ariaRowIndexText is defined in ElementInternals]
|
||||
expected: FAIL
|
||||
|
||||
[ariaSetSize is defined in ElementInternals]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
[iframe-document-preserve.window.html]
|
||||
[moveBefore(): about:blank iframe's document is preserved]
|
||||
expected: FAIL
|
||||
|
||||
[moveBefore(): simple same-origin document is preserved]
|
||||
expected: FAIL
|
||||
|
||||
[moveBefore(): cross-origin iframe is preserved: remove new parent]
|
||||
expected: FAIL
|
||||
|
||||
[moveBefore(): cross-origin iframe is preserved: remove self]
|
||||
expected: FAIL
|
||||
|
||||
[moveBefore(): cross-origin iframe is preserved: remove self via replaceChildren()]
|
||||
expected: FAIL
|
||||
|
||||
[moveBefore(): cross-origin iframe is preserved: remove self via innerHTML]
|
||||
expected: FAIL
|
||||
|
||||
[window.frames ordering does not change due to moveBefore()]
|
||||
expected: FAIL
|
|
@ -159,6 +159,12 @@
|
|||
[Signal on request object should also have abort reason]
|
||||
expected: FAIL
|
||||
|
||||
[response.bytes() rejects if already aborted]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch aborted & connection closed when aborted after calling response.bytes()]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[general.any.html]
|
||||
type: testharness
|
||||
|
@ -321,6 +327,12 @@
|
|||
[Signal on request object should also have abort reason]
|
||||
expected: FAIL
|
||||
|
||||
[response.bytes() rejects if already aborted]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch aborted & connection closed when aborted after calling response.bytes()]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[general.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -35,3 +35,6 @@
|
|||
|
||||
[Abort reason serialization happens on abort]
|
||||
expected: FAIL
|
||||
|
||||
[response.bytes() rejects if already aborted]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
[request-headers.any.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetch with POST with FormData body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float16Array body]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-headers.any.worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetch with POST with FormData body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float16Array body]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-headers.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -2,11 +2,53 @@
|
|||
[Consume FormData request's body as FormData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume String request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume ArrayBuffer request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Uint8Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Int8Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Float32Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume DataView request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume blob response's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-consume.any.worker.html]
|
||||
[Consume FormData request's body as FormData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume String request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume ArrayBuffer request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Uint8Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Int8Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Float32Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume DataView request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume blob response's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-consume.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[response-blob-realm.any.html]
|
||||
[realm of the Uint8Array from Response bytes()]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-blob-realm.any.worker.html]
|
||||
[realm of the Uint8Array from Response bytes()]
|
||||
expected: FAIL
|
|
@ -1,9 +1,21 @@
|
|||
[response-error-from-stream.any.worker.html]
|
||||
[ReadableStream start() Error propagates to Response.bytes() Promise]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream pull() Error propagates to Response.bytes() Promise]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-error-from-stream.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[response-error-from-stream.any.html]
|
||||
[ReadableStream start() Error propagates to Response.bytes() Promise]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream pull() Error propagates to Response.bytes() Promise]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-error-from-stream.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
[response-stream-bad-chunk.any.html]
|
||||
[ReadableStream with non-Uint8Array chunk passed to Response.bytes() causes TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-stream-bad-chunk.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
@ -7,3 +10,5 @@
|
|||
expected: ERROR
|
||||
|
||||
[response-stream-bad-chunk.any.worker.html]
|
||||
[ReadableStream with non-Uint8Array chunk passed to Response.bytes() causes TypeError]
|
||||
expected: FAIL
|
||||
|
|
|
@ -10,3 +10,6 @@
|
|||
|
||||
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
|
||||
expected: FAIL
|
||||
|
||||
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='']
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[addFrame.window.html]
|
||||
expected: TIMEOUT
|
||||
[RemoteContextWrapper addFrame]
|
||||
expected: TIMEOUT
|
|
@ -1,4 +1,5 @@
|
|||
[embedded-opener-remove-frame.html]
|
||||
expected: CRASH
|
||||
[opener and "removed" embedded documents]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[2d.path.roundrect.1.radius.dompoint.single argument.html]
|
||||
[2d.path.roundrect.1.radius.dompoint.single.argument.html]
|
||||
[Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPoint, it applies to all corners.]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.measure.advances.html]
|
||||
[Testing width advances]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-baselines.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() works correctly with textBaseline.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-exceptions.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() throws when using invalid indexes.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent.]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.path.roundrect.1.radius.dompoint.single argument.html]
|
||||
[2d.path.roundrect.1.radius.dompoint.single.argument.html]
|
||||
[Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPoint, it applies to all corners.]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.path.roundrect.1.radius.dompoint.single argument.worker.html]
|
||||
[2d.path.roundrect.1.radius.dompoint.single.argument.worker.html]
|
||||
[Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPoint, it applies to all corners.]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[2d.text.measure.advances.html]
|
||||
[Testing width advances for OffscreenCanvas]
|
||||
expected: FAIL
|
||||
|
||||
[Testing width advances]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[2d.text.measure.advances.worker.html]
|
||||
[Testing width advances for OffscreenCanvas]
|
||||
expected: FAIL
|
||||
|
||||
[Testing width advances]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-baselines.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() works correctly with textBaseline.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-baselines.tentative.worker.html]
|
||||
[Check that TextMetrics::getSelectionRects() works correctly with textBaseline.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-exceptions.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() throws when using invalid indexes.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-exceptions.tentative.worker.html]
|
||||
[Check that TextMetrics::getSelectionRects() throws when using invalid indexes.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent.]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[iframe_sandbox_popups_escaping-2.html]
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[iframe_sandbox_popups_nonescaping-3.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -10,3 +10,6 @@
|
|||
|
||||
[Files in a text/plain form show up as File objects in the "formData" IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
[The constructed FormData object should not contain an entry for the image submit button that was used to submit the form.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,40 @@
|
|||
[submit-entity-body.html]
|
||||
expected: TIMEOUT
|
||||
[form submission from form should navigate to url with x-www-form-urlencoded]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from form should navigate to url with multipart/form-data]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from form should navigate to url with text/plain]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from button should navigate to url with x-www-form-urlencoded]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from button should navigate to url with multipart/form-data]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from button should navigate to url with text/plain]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from input should navigate to url with x-www-form-urlencoded]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from input should navigate to url with multipart/form-data]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from input should navigate to url with text/plain]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from submit input should contain submit button value]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from submit button should contain submit button value]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from image input should contain entries for its clicked coordinate]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from image input should only contain entries for the submitter's clicked coordinate when multiple image inputs are present]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,3 @@
|
|||
[setCustomValidity-normalize-newlines.html]
|
||||
[setCustomValidity should normalize newlines from the given error message]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[select-appearance-dark-mode.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[select-icon-color.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[update-the-rendering-resize-autofocus.html]
|
||||
expected: TIMEOUT
|
||||
[resize steps happen after autofocus, but before animation callbacks]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,22 @@
|
|||
[nested-context-navigations-iframe.html]
|
||||
expected: TIMEOUT
|
||||
[Test that cross-site iframe navigations are not observable by the parent, even after history navigations by the parent]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Test that iframe navigations are not observable by the parent]
|
||||
expected: NOTRUN
|
||||
|
||||
[Test that crossorigin iframe navigations are not observable by the parent]
|
||||
expected: NOTRUN
|
||||
|
||||
[Test that cross-site iframe navigations are not observable by the parent]
|
||||
expected: NOTRUN
|
||||
|
||||
[Test that iframe refreshes are not observable by the parent]
|
||||
expected: NOTRUN
|
||||
|
||||
[Test that crossorigin iframe refreshes are not observable by the parent]
|
||||
expected: NOTRUN
|
||||
|
||||
[Test that cross-site iframe refreshes are not observable by the parent]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,3 @@
|
|||
[select-later-become-slotted-content.html]
|
||||
[test to select a light DOM element and it becomes a slotted content after the selection]
|
||||
expected: FAIL
|
|
@ -1,7 +0,0 @@
|
|||
[webxr-supported-by-feature-policy.html]
|
||||
[document.featurePolicy.features should advertise xr.]
|
||||
expected: FAIL
|
||||
|
||||
[document.featurePolicy.features should advertise xr-spatial-tracking.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[WorkerGlobalScope_requestAnimationFrame.tentative.worker.html]
|
||||
[WorkerGlobalScope_requestAnimationFrame]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[WorkerGlobalScope_requestAnimationFrame.worker.html]
|
||||
[WorkerGlobalScope_requestAnimationFrame]
|
||||
expected: FAIL
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,2 @@
|
|||
[font-size-adjust-ic-height.tentative.html]
|
||||
expected: FAIL
|
|
@ -70,3 +70,6 @@
|
|||
|
||||
[CSS Fonts Module Level 4: parsing @font-palette-values 24]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Fonts Module Level 4: parsing @font-palette-values 25]
|
||||
expected: FAIL
|
||||
|
|
|
@ -100,3 +100,6 @@
|
|||
|
||||
[CSS Fonts Module Level 4: parsing @font-palette-values 33]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Fonts Module Level 4: parsing @font-palette-values 34]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
[scroll-markers-computed.tentative.html]
|
||||
[Property scroll-markers value 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'inherit']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'unset']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'revert']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'before']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'after']
|
||||
expected: FAIL
|
||||
|
||||
[The scroll-markers property shows up in CSSStyleDeclaration enumeration]
|
||||
expected: FAIL
|
||||
|
||||
[The scroll-markers property shows up in CSSStyleDeclaration.cssText]
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[scroll-markers-valid.tentative.html]
|
||||
[e.style['scroll-markers'\] = "initial" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "inherit" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "unset" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "revert" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "before" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "after" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[highlight-pseudos-computed-001.tentative.html]
|
||||
[getComputedStyle() for ::search-text]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text: should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text) should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text( should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text(foo) should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text() should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for :::search-text should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text. should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
|
@ -0,0 +1,36 @@
|
|||
[highlight-pseudos-001.tentative.html]
|
||||
["::search-text" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[".a::search-text" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["div ::search-text" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(my-part)::search-text" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::search-text:current" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[".a::search-text:current" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["div ::search-text:current" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(my-part)::search-text:current" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::search-text:not(:current)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[".a::search-text:not(:current)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["div ::search-text:not(:current)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(my-part)::search-text:not(:current)" should be a valid selector]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[disconnected-element-001.html]
|
||||
expected: TIMEOUT
|
|
@ -1,4 +1,4 @@
|
|||
[CustomElementRegistry-getName.tentative.html]
|
||||
[CustomElementRegistry-getName.html]
|
||||
[customElements.getName must return null when the registry does not contain an entry with the given constructor]
|
||||
expected: FAIL
|
||||
|
|
@ -142,3 +142,21 @@
|
|||
|
||||
[ariaInvalid is defined in ElementInternals]
|
||||
expected: FAIL
|
||||
|
||||
[ariaBrailleLabel is defined in ElementInternals]
|
||||
expected: FAIL
|
||||
|
||||
[ariaBrailleRoleDescription is defined in ElementInternals]
|
||||
expected: FAIL
|
||||
|
||||
[ariaColIndexText is defined in ElementInternals]
|
||||
expected: FAIL
|
||||
|
||||
[ariaDescription is defined in ElementInternals]
|
||||
expected: FAIL
|
||||
|
||||
[ariaRowIndexText is defined in ElementInternals]
|
||||
expected: FAIL
|
||||
|
||||
[ariaSetSize is defined in ElementInternals]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
[iframe-document-preserve.window.html]
|
||||
[moveBefore(): about:blank iframe's document is preserved]
|
||||
expected: FAIL
|
||||
|
||||
[moveBefore(): simple same-origin document is preserved]
|
||||
expected: FAIL
|
||||
|
||||
[moveBefore(): cross-origin iframe is preserved: remove new parent]
|
||||
expected: FAIL
|
||||
|
||||
[moveBefore(): cross-origin iframe is preserved: remove self]
|
||||
expected: FAIL
|
||||
|
||||
[moveBefore(): cross-origin iframe is preserved: remove self via replaceChildren()]
|
||||
expected: FAIL
|
||||
|
||||
[moveBefore(): cross-origin iframe is preserved: remove self via innerHTML]
|
||||
expected: FAIL
|
||||
|
||||
[window.frames ordering does not change due to moveBefore()]
|
||||
expected: FAIL
|
|
@ -158,6 +158,12 @@
|
|||
[Signal on request object should also have abort reason]
|
||||
expected: FAIL
|
||||
|
||||
[response.bytes() rejects if already aborted]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch aborted & connection closed when aborted after calling response.bytes()]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[general.any.worker.html]
|
||||
[Aborting rejects with AbortError]
|
||||
|
@ -312,3 +318,9 @@
|
|||
|
||||
[Signal on request object should also have abort reason]
|
||||
expected: FAIL
|
||||
|
||||
[response.bytes() rejects if already aborted]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch aborted & connection closed when aborted after calling response.bytes()]
|
||||
expected: FAIL
|
||||
|
|
|
@ -31,3 +31,6 @@
|
|||
|
||||
[Abort reason serialization happens on abort]
|
||||
expected: FAIL
|
||||
|
||||
[response.bytes() rejects if already aborted]
|
||||
expected: FAIL
|
||||
|
|
|
@ -5,12 +5,16 @@
|
|||
expected: ERROR
|
||||
|
||||
[request-headers.any.html]
|
||||
expected: ERROR
|
||||
[Fetch with POST with FormData body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float16Array body]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-headers.any.worker.html]
|
||||
expected: ERROR
|
||||
[Fetch with POST with FormData body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float16Array body]
|
||||
expected: FAIL
|
||||
|
|
|
@ -2,11 +2,53 @@
|
|||
[Consume FormData request's body as FormData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume String request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume ArrayBuffer request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Uint8Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Int8Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Float32Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume DataView request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume blob response's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-consume.any.worker.html]
|
||||
[Consume FormData request's body as FormData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume String request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume ArrayBuffer request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Uint8Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Int8Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Float32Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume DataView request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume blob response's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-consume.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[response-blob-realm.any.html]
|
||||
[realm of the Uint8Array from Response bytes()]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-blob-realm.any.worker.html]
|
||||
[realm of the Uint8Array from Response bytes()]
|
||||
expected: FAIL
|
|
@ -1,9 +1,21 @@
|
|||
[response-error-from-stream.any.worker.html]
|
||||
[ReadableStream start() Error propagates to Response.bytes() Promise]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream pull() Error propagates to Response.bytes() Promise]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-error-from-stream.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[response-error-from-stream.any.html]
|
||||
[ReadableStream start() Error propagates to Response.bytes() Promise]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream pull() Error propagates to Response.bytes() Promise]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-error-from-stream.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -2,8 +2,14 @@
|
|||
expected: ERROR
|
||||
|
||||
[response-stream-bad-chunk.any.html]
|
||||
[ReadableStream with non-Uint8Array chunk passed to Response.bytes() causes TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-stream-bad-chunk.any.worker.html]
|
||||
[ReadableStream with non-Uint8Array chunk passed to Response.bytes() causes TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-stream-bad-chunk.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Cross-site, no attributes]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Same site, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Same-Origin -> Cross-Site -> Same-Origin redirect, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Same-Origin -> Same-Site -> Same-Origin redirect, no attributes]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[empty-iframe-load-event.html]
|
||||
[Check execution order from nested timeout]
|
||||
expected: FAIL
|
||||
|
||||
[Check execution order on load handler]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[addFrame.window.html]
|
||||
expected: TIMEOUT
|
||||
[RemoteContextWrapper addFrame]
|
||||
expected: TIMEOUT
|
|
@ -1,3 +1,3 @@
|
|||
[traverse_the_history_5.html]
|
||||
[traverse_the_history_4.html]
|
||||
[Multiple history traversals, last would be aborted]
|
||||
expected: FAIL
|
|
@ -1,7 +1,6 @@
|
|||
[embedded-opener-remove-frame.html]
|
||||
expected: CRASH
|
||||
[opener of discarded nested browsing context]
|
||||
expected: FAIL
|
||||
|
||||
[opener of discarded auxiliary browsing context]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[2d.path.roundrect.1.radius.dompoint.single argument.html]
|
||||
[2d.path.roundrect.1.radius.dompoint.single.argument.html]
|
||||
[Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPoint, it applies to all corners.]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.measure.advances.html]
|
||||
[Testing width advances]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-baselines.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() works correctly with textBaseline.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-exceptions.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() throws when using invalid indexes.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent.]
|
||||
expected: FAIL
|
8
tests/wpt/meta/html/canvas/historical.any.js.ini
Normal file
8
tests/wpt/meta/html/canvas/historical.any.js.ini
Normal file
|
@ -0,0 +1,8 @@
|
|||
[historical.any.html]
|
||||
[OffscreenCanvasRenderingContext2D.commit method is removed]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[historical.any.worker.html]
|
||||
[OffscreenCanvasRenderingContext2D.commit method is removed]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.path.roundrect.1.radius.dompoint.single argument.html]
|
||||
[2d.path.roundrect.1.radius.dompoint.single.argument.html]
|
||||
[Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPoint, it applies to all corners.]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.path.roundrect.1.radius.dompoint.single argument.worker.html]
|
||||
[2d.path.roundrect.1.radius.dompoint.single.argument.worker.html]
|
||||
[Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPoint, it applies to all corners.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.advances-not-defined.html]
|
||||
[Testing that TextMetrics.advances is not defined]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.advances-not-defined.worker.html]
|
||||
[Testing that TextMetrics.advances is not defined]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[2d.text.measure.advances.html]
|
||||
[Testing width advances for OffscreenCanvas]
|
||||
expected: FAIL
|
||||
|
||||
[Testing width advances]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[2d.text.measure.advances.worker.html]
|
||||
[Testing width advances for OffscreenCanvas]
|
||||
expected: FAIL
|
||||
|
||||
[Testing width advances]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-baselines.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() works correctly with textBaseline.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-baselines.tentative.worker.html]
|
||||
[Check that TextMetrics::getSelectionRects() works correctly with textBaseline.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-exceptions.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() throws when using invalid indexes.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-exceptions.tentative.worker.html]
|
||||
[Check that TextMetrics::getSelectionRects() throws when using invalid indexes.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent.]
|
||||
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
|
||||
|
|
|
@ -1,15 +1,19 @@
|
|||
[supported-elements.html]
|
||||
expected: TIMEOUT
|
||||
[Contenteditable element should support autofocus]
|
||||
expected: FAIL
|
||||
|
||||
[Host element with delegatesFocus including no focusable descendants should be skipped]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Element with tabindex should support autofocus]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Area element should support autofocus]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Host element with delegatesFocus should support autofocus]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-HTMLElement should not support autofocus]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-1.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[iframe_sandbox_popups_nonescaping-1.html]
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[iframe_sandbox_popups_nonescaping-3.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: FAIL
|
||||
|
|
|
@ -10,3 +10,6 @@
|
|||
|
||||
[Files in a text/plain form show up as File objects in the "formData" IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
[The constructed FormData object should not contain an entry for the image submit button that was used to submit the form.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,40 @@
|
|||
[submit-entity-body.html]
|
||||
expected: TIMEOUT
|
||||
[form submission from form should navigate to url with x-www-form-urlencoded]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from form should navigate to url with multipart/form-data]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from form should navigate to url with text/plain]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from button should navigate to url with x-www-form-urlencoded]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from button should navigate to url with multipart/form-data]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from button should navigate to url with text/plain]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from input should navigate to url with x-www-form-urlencoded]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from input should navigate to url with multipart/form-data]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from input should navigate to url with text/plain]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from submit input should contain submit button value]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from submit button should contain submit button value]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from image input should contain entries for its clicked coordinate]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from image input should only contain entries for the submitter's clicked coordinate when multiple image inputs are present]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,3 @@
|
|||
[setCustomValidity-normalize-newlines.html]
|
||||
[setCustomValidity should normalize newlines from the given error message]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[select-appearance-dark-mode.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[select-icon-color.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[async-script.html?reload]
|
||||
expected: ERROR
|
||||
|
||||
[async-script.html?default]
|
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