mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Sync WPT with upstream (27-07-2025) (#38296)
Automated downstream sync of changes from upstream as of 27-07-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
9614fb997a
commit
633d746e2f
504 changed files with 16011 additions and 4941 deletions
|
@ -7,6 +7,3 @@
|
|||
|
||||
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank#foo']
|
||||
expected: FAIL
|
||||
|
||||
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
[001.html]
|
||||
expected: TIMEOUT
|
||||
[traversing history must also traverse hash changes]
|
||||
expected: FAIL
|
||||
|
|
3
tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini
vendored
Normal file
3
tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[traverse_the_history_4.html]
|
||||
[Multiple history traversals, last would be aborted]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/dom/partial-updates/tentative/current-patch.html.ini
vendored
Normal file
3
tests/wpt/meta/html/dom/partial-updates/tentative/current-patch.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[current-patch.html]
|
||||
[currentPatch lifecycle]
|
||||
expected: FAIL
|
9
tests/wpt/meta/html/dom/partial-updates/tentative/patch-all.html.ini
vendored
Normal file
9
tests/wpt/meta/html/dom/partial-updates/tentative/patch-all.html.ini
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
[patch-all.html]
|
||||
[Streaming into node.patchAll() updates subtree by ID]
|
||||
expected: FAIL
|
||||
|
||||
[IDs are scoped to the patchAll target]
|
||||
expected: FAIL
|
||||
|
||||
[ID of the root node itself is ignored]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/dom/partial-updates/tentative/patch-event.html.ini
vendored
Normal file
3
tests/wpt/meta/html/dom/partial-updates/tentative/patch-event.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[patch-event.html]
|
||||
[patch event timing]
|
||||
expected: FAIL
|
24
tests/wpt/meta/html/dom/partial-updates/tentative/patch-self.html.ini
vendored
Normal file
24
tests/wpt/meta/html/dom/partial-updates/tentative/patch-self.html.ini
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
[patch-self.html]
|
||||
[streaming a response into node.patchSelf()]
|
||||
expected: FAIL
|
||||
|
||||
[streaming text directly into node.patchSelf()]
|
||||
expected: FAIL
|
||||
|
||||
[streaming a Symbol directly into node.patchSelf()]
|
||||
expected: FAIL
|
||||
|
||||
[streaming numbers directly into node.patchSelf()]
|
||||
expected: FAIL
|
||||
|
||||
[streaming null or undefined directly into node.patchSelf()]
|
||||
expected: FAIL
|
||||
|
||||
[patchSelf() can stream into elements that receive raw text like <style>]
|
||||
expected: FAIL
|
||||
|
||||
[Aborting A node.patchSelf() stream]
|
||||
expected: FAIL
|
||||
|
||||
[A newer patch aborts the old one with an AbortError]
|
||||
expected: FAIL
|
6
tests/wpt/meta/html/dom/partial-updates/tentative/patching-pseudo.html.ini
vendored
Normal file
6
tests/wpt/meta/html/dom/partial-updates/tentative/patching-pseudo.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[patching-pseudo.html]
|
||||
[patching pseudo-class]
|
||||
expected: FAIL
|
||||
|
||||
[patching state change should invalidate style]
|
||||
expected: FAIL
|
15
tests/wpt/meta/html/dom/partial-updates/tentative/patchsrc.html.ini
vendored
Normal file
15
tests/wpt/meta/html/dom/partial-updates/tentative/patchsrc.html.ini
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
[patchsrc.html]
|
||||
[patchsrc should load external content]
|
||||
expected: FAIL
|
||||
|
||||
[patchsrc should reject with NotFound when external content is not found]
|
||||
expected: FAIL
|
||||
|
||||
[patchsrc should fail when loading a cross-origin patch without CORS headers]
|
||||
expected: FAIL
|
||||
|
||||
[patchsrc should work with the appropriate CORS headers]
|
||||
expected: FAIL
|
||||
|
||||
[patchsrc should apply the inline content before the response arrives]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[template-patchfor-innerHTML-ambiguous.html]
|
||||
[<template patchfor> in innerHTML patching inner element]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[template-patchfor-innerHTML-outside.html]
|
||||
[<template patchfor> in innerHTML patching outer element]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/dom/partial-updates/tentative/template-patchfor-script-eval.html.ini
vendored
Normal file
3
tests/wpt/meta/html/dom/partial-updates/tentative/template-patchfor-script-eval.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[template-patchfor-script-eval.html]
|
||||
[HTML partial updates - patch updates script with plain text]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[template-patchfor-script-plaintext.html]
|
||||
[<template patchfor> should apply directly to its target]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/dom/partial-updates/tentative/template-patchfor-style-plaintext.html.ini
vendored
Normal file
3
tests/wpt/meta/html/dom/partial-updates/tentative/template-patchfor-style-plaintext.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[template-patchfor-style-plaintext.html]
|
||||
[HTML partial updates - patch updates style with plain text]
|
||||
expected: FAIL
|
|
@ -4,3 +4,6 @@
|
|||
|
||||
[<template patchfor> should work when chunked]
|
||||
expected: FAIL
|
||||
|
||||
[<template patchfor> should work when elements are sliced in the middle]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[iframe_sandbox_popups_escaping-1.html]
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[iframe_sandbox_popups_escaping-3.html]
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[iframe_sandbox_popups_nonescaping-1.html]
|
||||
expected: CRASH
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: FAIL
|
||||
|
|
|
@ -181,3 +181,6 @@
|
|||
|
||||
[application/x-www-form-urlencoded: 0x00 in name (formdata event)]
|
||||
expected: FAIL
|
||||
|
||||
[application/x-www-form-urlencoded: Basic test (normal form)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[modulepreload-cross-origin-referrerpolicy.sub.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[modulepreload-inline-referrerpolicy.html]
|
||||
[Inline modulepreload elements should respect the referrerpolicy attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[modulepreload-referrer-check.html]
|
||||
expected: TIMEOUT
|
||||
[Modulepreload should send a referrer header]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,22 @@
|
|||
[modulepreload-referrerpolicy.html]
|
||||
expected: TIMEOUT
|
||||
[Modulepreload should use default referrer policy]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Modulepreload with no-referrer policy should not send referrer]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with origin policy should send origin-only referrer]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with same-origin policy should send full referrer for same-origin requests]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with strict-origin policy should send origin-only referrer]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with strict-origin-when-cross-origin policy should send full referrer for same-origin requests]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with unsafe-url policy should send full referrer]
|
||||
expected: NOTRUN
|
3
tests/wpt/meta/html/semantics/text-level-semantics/the-a-element/a-type.historical.html.ini
vendored
Normal file
3
tests/wpt/meta/html/semantics/text-level-semantics/the-a-element/a-type.historical.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[a-type.historical.html]
|
||||
[type attribute on anchor doesn't cause document to be loaded as HTML]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue