Sync WPT with upstream (24-08-2025) (#38893)

Automated downstream sync of changes from upstream as of 24-08-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-08-24 03:41:18 +02:00 committed by GitHub
parent 1fc857865f
commit fa42968a61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
365 changed files with 7904 additions and 2377 deletions

View file

@ -0,0 +1,38 @@
[Blob-slice.any.html]
[Slicing test: slice (1,1).]
expected: FAIL
[Slicing test: slice (1,3).]
expected: FAIL
[Slicing test: slice (1,5).]
expected: FAIL
[Slicing test: slice (1,7).]
expected: FAIL
[Slicing test: slice (1,8).]
expected: FAIL
[Slicing test: slice (1,9).]
expected: FAIL
[Blob-slice.any.worker.html]
[Slicing test: slice (1,1).]
expected: FAIL
[Slicing test: slice (1,3).]
expected: FAIL
[Slicing test: slice (1,5).]
expected: FAIL
[Slicing test: slice (1,7).]
expected: FAIL
[Slicing test: slice (1,8).]
expected: FAIL
[Slicing test: slice (1,9).]
expected: FAIL

View file

@ -12,6 +12,3 @@
[Revoke blob URL after creating Request, then clone Request, will fetch]
expected: FAIL
[Revoke blob URL after calling fetch, fetch should succeed]
expected: FAIL

View file

@ -134,6 +134,39 @@
[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper type]
expected: FAIL
[IDBObjectStore interface: operation getAllRecords(optional IDBGetAllOptions)]
expected: FAIL
[IDBIndex interface: operation getAllRecords(optional IDBGetAllOptions)]
expected: FAIL
[IDBRecord interface: existence and properties of interface object]
expected: FAIL
[IDBRecord interface object length]
expected: FAIL
[IDBRecord interface object name]
expected: FAIL
[IDBRecord interface: existence and properties of interface prototype object]
expected: FAIL
[IDBRecord interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[IDBRecord interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[IDBRecord interface: attribute key]
expected: FAIL
[IDBRecord interface: attribute primaryKey]
expected: FAIL
[IDBRecord interface: attribute value]
expected: FAIL
[idlharness.any.serviceworker.html]
expected: ERROR
@ -270,3 +303,36 @@
[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper type]
expected: FAIL
[IDBObjectStore interface: operation getAllRecords(optional IDBGetAllOptions)]
expected: FAIL
[IDBIndex interface: operation getAllRecords(optional IDBGetAllOptions)]
expected: FAIL
[IDBRecord interface: existence and properties of interface object]
expected: FAIL
[IDBRecord interface object length]
expected: FAIL
[IDBRecord interface object name]
expected: FAIL
[IDBRecord interface: existence and properties of interface prototype object]
expected: FAIL
[IDBRecord interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[IDBRecord interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[IDBRecord interface: attribute key]
expected: FAIL
[IDBRecord interface: attribute primaryKey]
expected: FAIL
[IDBRecord interface: attribute value]
expected: FAIL

View file

@ -16,6 +16,12 @@
[Deactivation of new transactions happens at end of invocation]
expected: FAIL
[New transactions are deactivated before next task]
expected: FAIL
[New transactions from microtask are deactivated before next task]
expected: FAIL
[transaction-deactivation-timing.any.sharedworker.html]
expected: ERROR

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,4 @@
[document-function-blocked.html]
expected: TIMEOUT
[XSL document() function is blocked by CSP]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[xsltprocessor-include-blocked.html]
expected: TIMEOUT
[xsltprocessor-include-blocked]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[layer-cssom-order-reverse.html]
[Delete layer invalidates @font-face]
expected: FAIL

View file

@ -5,3 +5,9 @@
[@font-face override between layers]
expected: [FAIL, PASS]
[@font-face override update with appended sheet 1]
expected: FAIL
[@font-face override update with appended sheet 2]
expected: FAIL

View file

@ -0,0 +1,2 @@
[chrome-bug-439886903-crash.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[downloadable-font-scoped-to-document.html]
expected: FAIL

View file

@ -0,0 +1,12 @@
[cssom.tentative.html]
[serialization of @mixin]
expected: FAIL
[serialization of rule with @apply]
expected: FAIL
[serialization of @mixin with @contents]
expected: FAIL
[serialization of rule with @apply and contents argument]
expected: FAIL

View file

@ -0,0 +1,9 @@
[invalidation.tentative.html]
[invalidation of @mixin from same stylesheet]
expected: FAIL
[invalidation of @mixin from different stylesheet]
expected: FAIL
[invalidation on adding @apply rule]
expected: FAIL

View file

@ -0,0 +1,3 @@
[media-queries.html]
[CSS Mixins: Media Queries and invalidation]
expected: FAIL

View file

@ -0,0 +1,18 @@
[rotate-parsing-computed.html]
[Property rotate value '-0.5 0 0 400grad']
expected: FAIL
[Property rotate value '-1 0 0 400grad']
expected: FAIL
[Property rotate value '0 -0.5 0 400grad']
expected: FAIL
[Property rotate value '0 -1 0 400grad']
expected: FAIL
[Property rotate value '0 0 -0.5 400grad']
expected: FAIL
[Property rotate value '0 0 -1 400grad']
expected: FAIL

View file

@ -1,3 +1,21 @@
[rotate-parsing-valid.html]
[e.style['rotate'\] = "z 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "-0.5 0 0 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "-1 0 0 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "0 -0.5 0 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "0 -1 0 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "0 0 -0.5 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "0 0 -1 400grad" should set the property value]
expected: FAIL

View file

@ -35,9 +35,6 @@
[CSS Values and Units Test: attr 12]
expected: FAIL
[CSS Values and Units Test: attr 16]
expected: FAIL
[CSS Values and Units Test: attr 17]
expected: FAIL
@ -62,9 +59,6 @@
[CSS Values and Units Test: attr 23]
expected: FAIL
[CSS Values and Units Test: attr 14]
expected: FAIL
[CSS Values and Units Test: attr 28]
expected: FAIL
@ -74,18 +68,9 @@
[CSS Values and Units Test: attr 40]
expected: FAIL
[CSS Values and Units Test: attr 41]
expected: FAIL
[CSS Values and Units Test: attr 42]
expected: FAIL
[CSS Values and Units Test: attr 43]
expected: FAIL
[CSS Values and Units Test: attr 44]
expected: FAIL
[CSS Values and Units Test: attr 45]
expected: FAIL
@ -122,9 +107,6 @@
[CSS Values and Units Test: attr 59]
expected: FAIL
[CSS Values and Units Test: attr 60]
expected: FAIL
[CSS Values and Units Test: attr 61]
expected: FAIL
@ -158,9 +140,6 @@
[CSS Values and Units Test: attr 29]
expected: FAIL
[CSS Values and Units Test: attr 32]
expected: FAIL
[CSS Values and Units Test: attr 71]
expected: FAIL
@ -185,15 +164,6 @@
[CSS Values and Units Test: attr 78]
expected: FAIL
[CSS Values and Units Test: attr 15]
expected: FAIL
[CSS Values and Units Test: attr 30]
expected: FAIL
[CSS Values and Units Test: attr 31]
expected: FAIL
[CSS Values and Units Test: attr 33]
expected: FAIL
@ -212,15 +182,6 @@
[CSS Values and Units Test: attr 82]
expected: FAIL
[CSS Values and Units Test: attr 92]
expected: FAIL
[CSS Values and Units Test: attr 93]
expected: FAIL
[CSS Values and Units Test: attr 94]
expected: FAIL
[CSS Values and Units Test: attr 8]
expected: FAIL
@ -239,5 +200,44 @@
[CSS Values and Units Test: attr 83]
expected: FAIL
[CSS Values and Units Test: attr 95]
[CSS Values and Units Test: attr 35]
expected: FAIL
[CSS Values and Units Test: attr 36]
expected: FAIL
[CSS Values and Units Test: attr 38]
expected: FAIL
[CSS Values and Units Test: attr 54]
expected: FAIL
[CSS Values and Units Test: attr 84]
expected: FAIL
[CSS Values and Units Test: attr 85]
expected: FAIL
[CSS Values and Units Test: attr 86]
expected: FAIL
[CSS Values and Units Test: attr 87]
expected: FAIL
[CSS Values and Units Test: attr 88]
expected: FAIL
[CSS Values and Units Test: attr 89]
expected: FAIL
[CSS Values and Units Test: attr 98]
expected: FAIL
[CSS Values and Units Test: attr 99]
expected: FAIL
[CSS Values and Units Test: attr 100]
expected: FAIL
[CSS Values and Units Test: attr 101]
expected: FAIL

View file

@ -0,0 +1,2 @@
[backdrop-filter-inline-positioning.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[svg-empty-element-with-filter-001.html]
expected: FAIL

View file

@ -0,0 +1,30 @@
[parse-heading.html]
[":heading" should be a valid selector]
expected: FAIL
[":heading(2)" should be a valid selector]
expected: FAIL
[":heading(99999)" should be a valid selector]
expected: FAIL
[":heading(0)" should be a valid selector]
expected: FAIL
[":heading(0, 1, 2)" should be a valid selector]
expected: FAIL
[":heading(0, 1, 2, 3, 4, 5, 6, 7, 8, 9)" should be a valid selector]
expected: FAIL
[":heading(-1)" should be a valid selector]
expected: FAIL
["h1:heading" should be a valid selector]
expected: FAIL
["h1:heading(1)" should be a valid selector]
expected: FAIL
["h1:heading(2)" should be a valid selector]
expected: FAIL

View file

@ -30,7 +30,7 @@
expected: ERROR
[AbortSignal.https.any.shadowrealm-in-audioworklet.html]
expected: TIMEOUT
expected: ERROR
[AbortSignal.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR

View file

@ -24,7 +24,7 @@
expected: ERROR
[event.https.any.shadowrealm-in-audioworklet.html]
expected: TIMEOUT
expected: ERROR
[event.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR

View file

@ -64,6 +64,36 @@
[Request interface: new Request('about:blank') must inherit property "duplex" with the proper type]
expected: FAIL
[FetchLaterResult interface: existence and properties of interface object]
expected: FAIL
[FetchLaterResult interface object length]
expected: FAIL
[FetchLaterResult interface object name]
expected: FAIL
[FetchLaterResult interface: existence and properties of interface prototype object]
expected: FAIL
[FetchLaterResult interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[FetchLaterResult interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[FetchLaterResult interface: attribute activated]
expected: FAIL
[Window interface: operation fetchLater(RequestInfo, optional DeferredRequestInit)]
expected: FAIL
[Window interface: window must inherit property "fetchLater(RequestInfo, optional DeferredRequestInit)" with the proper type]
expected: FAIL
[Window interface: calling fetchLater(RequestInfo, optional DeferredRequestInit) on window with too few arguments must throw TypeError]
expected: FAIL
[idlharness.any.serviceworker.html]
expected: ERROR

View file

@ -49,3 +49,6 @@
[sec-fetch-storage-access - Not sent to non-trustworthy same-site destination]
expected: FAIL
[sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination]
expected: FAIL

View file

@ -10,6 +10,3 @@
[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

View file

@ -1,3 +0,0 @@
[traverse_the_history_5.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -0,0 +1,2 @@
[canvas.2d.disconnected.html]
expected: FAIL

View file

@ -1,9 +0,0 @@
[the-anchor-attribute-003.tentative.html]
[::before uses originating element's implicit anchor]
expected: FAIL
[::after uses originating element's implicit anchor]
expected: FAIL
[::backdrop uses originating element's implicit anchor]
expected: FAIL

View file

@ -7107,3 +7107,21 @@
[HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootCustomElementRegistry" with the proper type]
expected: FAIL
[HTMLSelectedContentElement interface: existence and properties of interface object]
expected: FAIL
[HTMLSelectedContentElement interface object length]
expected: FAIL
[HTMLSelectedContentElement interface object name]
expected: FAIL
[HTMLSelectedContentElement interface: existence and properties of interface prototype object]
expected: FAIL
[HTMLSelectedContentElement interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[HTMLSelectedContentElement interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL

View file

@ -1,6 +1,7 @@
[document-with-fragment-empty.html]
expected: TIMEOUT
[Autofocus elements in iframed documents with empty fragments should work.]
expected: FAIL
[Autofocus elements in top-level browsing context's documents with empty fragments should work.]
expected: FAIL
expected: TIMEOUT

View file

@ -1,4 +1,4 @@
[iframe_sandbox_popups_escaping-2.html]
expected: CRASH
[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,3 +1,4 @@
[iframe_sandbox_popups_escaping-3.html]
expected: CRASH
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL

View file

@ -1,4 +1,3 @@
[iframe_sandbox_popups_nonescaping-1.html]
expected: CRASH
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL

View file

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

View file

@ -0,0 +1,2 @@
[disabled-003.html]
expected: CRASH

View file

@ -0,0 +1,4 @@
[parent-image-mask.tentative.html]
expected: TIMEOUT
[Permission element is invalid if it has a parent with mask-image.]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[parent-mask.tentative.html]
expected: TIMEOUT
[Permission element is invalid if it has a parent with a mask.]
expected: TIMEOUT

View file

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

View file

@ -1,3 +0,0 @@
[script-src-event-handler.html]
[Speculative parsing, page load: script-src-event-handler]
expected: FAIL

View file

@ -1,3 +1,3 @@
[script-src-nomodule.html]
[script-src-nomodule.tentative.html]
[Speculative parsing, page load: script-src-nomodule]
expected: FAIL

View file

@ -1,3 +0,0 @@
[script-src-unsupported-language.html]
[Speculative parsing, page load: script-src-unsupported-language]
expected: FAIL

View file

@ -1,3 +1,3 @@
[script-src-unsupported-type.html]
[script-src-unsupported-type.tentative.html]
[Speculative parsing, page load: script-src-unsupported-type]
expected: FAIL

View file

@ -8,6 +8,12 @@
[ServiceWorkerRegistration interface: operation getNotifications(optional GetNotificationOptions)]
expected: FAIL
[Notification interface: attribute navigate]
expected: FAIL
[Notification interface: notification must inherit property "navigate" with the proper type]
expected: FAIL
[idlharness.https.any.html]
[ServiceWorkerRegistration interface: operation showNotification(DOMString, optional NotificationOptions)]
@ -16,6 +22,12 @@
[ServiceWorkerRegistration interface: operation getNotifications(optional GetNotificationOptions)]
expected: FAIL
[Notification interface: attribute navigate]
expected: FAIL
[Notification interface: notification must inherit property "navigate" with the proper type]
expected: FAIL
[idlharness.https.any.serviceworker.html]
expected: ERROR

View file

@ -56,9 +56,6 @@
[MIME-blocked-nosniff (script): main]
expected: FAIL
[CORS (xhr): main]
expected: FAIL
[success (xhr): main]
expected: FAIL
@ -74,5 +71,5 @@
[404 (script): main]
expected: FAIL
[CORS (script): main]
[Decode-error (style): main]
expected: FAIL

View file

@ -1,3 +1,6 @@
[svg.html]
[The initiator type for <image> in an <svg> must be 'image']
expected: FAIL
[The initiator type for <use> in an <svg> must be 'other']
expected: FAIL

View file

@ -1,9 +0,0 @@
[document-initiated.html]
[Ensure initiator Attribute matches with Document ResourceID]
expected: TIMEOUT
[initiatorUrl by main html file]
expected: FAIL
[initiatorUrl for resource by document.write()]
expected: FAIL

View file

@ -0,0 +1,42 @@
[document-initiated.html]
[The initiator Url for empty.js?blocking initiatorUrl from document-initiated must be 'http://web-platform.test:8000/resource-timing/tentative/initiator-url/document-initiated.html']
expected: FAIL
[The initiator Url for display_paragraph.js initiatorUrl from document-initiated must be 'http://web-platform.test:8000/resource-timing/tentative/initiator-url/document-initiated.html']
expected: FAIL
[The initiator Url for empty.js?async initiatorUrl from document-initiated must be 'http://web-platform.test:8000/resource-timing/tentative/initiator-url/document-initiated.html']
expected: FAIL
[The initiator Url for empty.js?deferred initiatorUrl from document-initiated must be 'http://web-platform.test:8000/resource-timing/tentative/initiator-url/document-initiated.html']
expected: FAIL
[The initiator Url for empty.js?module initiatorUrl from document-initiated must be 'http://web-platform.test:8000/resource-timing/tentative/initiator-url/document-initiated.html']
expected: FAIL
[The initiator Url for empty_style.css?link initiatorUrl from document-initiated must be 'http://web-platform.test:8000/resource-timing/tentative/initiator-url/document-initiated.html']
expected: FAIL
[The initiator Url for blue.png?inline-style initiatorUrl from document-initiated must be 'http://web-platform.test:8000/resource-timing/tentative/initiator-url/document-initiated.html']
expected: FAIL
[The initiator Url for Ahem.ttf?initiator-html initiatorUrl from document-initiated must be 'http://web-platform.test:8000/resource-timing/tentative/initiator-url/document-initiated.html']
expected: FAIL
[The initiator Url for blue.png?using-Img-tag initiatorUrl from document-initiated must be 'http://web-platform.test:8000/resource-timing/tentative/initiator-url/document-initiated.html']
expected: FAIL
[The initiator Url for empty_style.css?inline-script initiatorUrl from document-initiated must be 'http://web-platform.test:8000/resource-timing/tentative/initiator-url/document-initiated.html']
expected: FAIL
[The initiator Url for blue.png?inline-script initiatorUrl from document-initiated must be 'http://web-platform.test:8000/resource-timing/tentative/initiator-url/document-initiated.html']
expected: FAIL
[The initiator Url for blue.png?inline-script-doc-write initiatorUrl from document-initiated must be 'http://web-platform.test:8000/resource-timing/tentative/initiator-url/document-initiated.html']
expected: FAIL
[The initiator Url for empty_style.css?inline-script-doc-write initiatorUrl from document-initiated must be 'http://web-platform.test:8000/resource-timing/tentative/initiator-url/document-initiated.html']
expected: FAIL
[The initiator Url for empty.js?doc-write initiatorUrl from document-initiated must be 'http://web-platform.test:8000/resource-timing/tentative/initiator-url/document-initiated.html']
expected: FAIL

View file

@ -1,4 +1,4 @@
[stylesheet-initiated.html]
expected: TIMEOUT
expected: ERROR
[Ensure initiator Attribute matches with Stylesheet ResourceID]
expected: TIMEOUT

View file

@ -108,6 +108,21 @@
[Window interface: attribute caches]
expected: FAIL
[ServiceWorkerContainer interface: operation register((TrustedScriptURL or USVString), optional RegistrationOptions)]
expected: TIMEOUT
[NavigationPreloadManager interface: operation enable()]
expected: TIMEOUT
[NavigationPreloadManager interface: operation disable()]
expected: TIMEOUT
[NavigationPreloadManager interface: operation setHeaderValue(ByteString)]
expected: TIMEOUT
[NavigationPreloadManager interface: operation getState()]
expected: TIMEOUT
[idlharness.https.any.serviceworker.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[intercepted-referrer.https.html]
[document.referrer for a navigation intercepted by a Service Worker is unchanged and matches the parent URL]
expected: FAIL

View file

@ -29,3 +29,6 @@
[directive "require-trusted-types-for 'invalid'%20'script'" (required-ascii-whitespace)]
expected: NOTRUN
[directive "require-trusted-types-for 'invalid'%0D%20'script'" (required-ascii-whitespace)]
expected: NOTRUN

View file

@ -41,6 +41,15 @@
[Pattern: [{"hostname":"bad\\\\:hostname"}\] Inputs: undefined]
expected: FAIL
[Pattern: [{"protocol":"http","hostname":"example.com/ignoredpath"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[Pattern: [{"protocol":"http","hostname":"example.com\\\\?ignoredsearch"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[Pattern: [{"protocol":"http","hostname":"example.com#ignoredhash"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[urlpattern.any.sharedworker.html]
expected: ERROR
@ -88,6 +97,15 @@
[Pattern: [{"hostname":"bad\\\\:hostname"}\] Inputs: undefined]
expected: FAIL
[Pattern: [{"protocol":"http","hostname":"example.com/ignoredpath"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[Pattern: [{"protocol":"http","hostname":"example.com\\\\?ignoredsearch"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[Pattern: [{"protocol":"http","hostname":"example.com#ignoredhash"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[urlpattern.any.serviceworker.html]
expected: ERROR

View file

@ -44,6 +44,15 @@
[Pattern: [{"hostname":"bad\\\\:hostname"}\] Inputs: undefined]
expected: FAIL
[Pattern: [{"protocol":"http","hostname":"example.com/ignoredpath"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[Pattern: [{"protocol":"http","hostname":"example.com\\\\?ignoredsearch"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[Pattern: [{"protocol":"http","hostname":"example.com#ignoredhash"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[urlpattern.https.any.worker.html]
[Pattern: [{"protocol":"http","port":"80 "}\] Inputs: [{"protocol":"http","port":"80"}\]]
@ -88,6 +97,15 @@
[Pattern: [{"hostname":"bad\\\\:hostname"}\] Inputs: undefined]
expected: FAIL
[Pattern: [{"protocol":"http","hostname":"example.com/ignoredpath"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[Pattern: [{"protocol":"http","hostname":"example.com\\\\?ignoredsearch"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[Pattern: [{"protocol":"http","hostname":"example.com#ignoredhash"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[urlpattern.https.any.serviceworker.html]
expected: ERROR

View file

@ -10,3 +10,6 @@
[# AUDIT TASK RUNNER FINISHED: 1 out of 5 tasks were failed.]
expected: FAIL
[AudioNodeOptions behavior for ChannelMergerNode]
expected: FAIL

View file

@ -7,3 +7,12 @@
[Executing "test3"]
expected: FAIL
[Compare value setter and setValueAtTime]
expected: FAIL
[Automation effects]
expected: FAIL
[Dezippering of GainNode removed]
expected: FAIL

View file

@ -1,3 +1,6 @@
[waveshaper-limits.html]
[Executing "test"]
expected: FAIL
[WaveShaperNode maps input values outside [-1,1\] according to curve and clamps output correctly]
expected: FAIL

View file

@ -1,3 +1,6 @@
[waveshaper.html]
[Executing "test"]
expected: FAIL
[WaveShaperNode applies non-linear distortion correctly]
expected: FAIL

View file

@ -1,2 +0,0 @@
[render_state_update.https.html]
expected: ERROR