aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/html
diff options
context:
space:
mode:
authorServo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com>2025-01-19 02:36:07 +0100
committerGitHub <noreply@github.com>2025-01-19 01:36:07 +0000
commit9306f575c970573224deb9a723e876bf77e22e78 (patch)
tree5745a2342bd5251cf5247d916cce884e781b27cd /tests/wpt/meta/html
parentf57ceeb3b43b7f9708a82a1006821149a49dda20 (diff)
downloadservo-9306f575c970573224deb9a723e876bf77e22e78.tar.gz
servo-9306f575c970573224deb9a723e876bf77e22e78.zip
Update web-platform-tests to revision b'8f3f629756d7351867a8be36d5f217608b9adc61' (#35065)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Diffstat (limited to 'tests/wpt/meta/html')
-rw-r--r--tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin.window.js.ini3
-rw-r--r--tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/refresh/same-document-refresh.html.ini3
-rw-r--r--tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini3
-rw-r--r--tests/wpt/meta/html/document-isolation-policy/reporting-subresource-corp.tentative.https.html.ini10
-rw-r--r--tests/wpt/meta/html/dom/idlharness.https.html.ini6
-rw-r--r--tests/wpt/meta/html/rendering/the-details-element/details-summary-display-inline-002.html.ini2
-rw-r--r--tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini1
-rw-r--r--tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-3.html.ini2
-rw-r--r--tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-3.html.ini2
-rw-r--r--tests/wpt/meta/html/semantics/forms/form-submission-0/text-plain.window.js.ini3
-rw-r--r--tests/wpt/meta/html/semantics/forms/the-input-element/radio-disconnected-group-owner.html.ini3
-rw-r--r--tests/wpt/meta/html/semantics/popovers/button-type-reset-popovertarget.html.ini (renamed from tests/wpt/meta/html/semantics/popovers/button-type-reset-popovertarget.tentative.html.ini)2
-rw-r--r--tests/wpt/meta/html/semantics/popovers/popover-types-with-hints.html.ini (renamed from tests/wpt/meta/html/semantics/popovers/popover-types-with-hints.tentative.html.ini)10
13 files changed, 33 insertions, 17 deletions
diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin.window.js.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin.window.js.ini
new file mode 100644
index 00000000000..7dc346632a4
--- /dev/null
+++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin.window.js.ini
@@ -0,0 +1,3 @@
+[navigation-unload-same-origin.window.html]
+ [Same-origin navigation started from unload handler must be ignored]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/refresh/same-document-refresh.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/refresh/same-document-refresh.html.ini
deleted file mode 100644
index d55bacae6b4..00000000000
--- a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/refresh/same-document-refresh.html.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[same-document-refresh.html]
- [Same-Document Referrer from Refresh]
- expected: FAIL
diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini
deleted file mode 100644
index a03a8322165..00000000000
--- a/tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[traverse_the_history_3.html]
- [Multiple history traversals, last would be aborted]
- expected: FAIL
diff --git a/tests/wpt/meta/html/document-isolation-policy/reporting-subresource-corp.tentative.https.html.ini b/tests/wpt/meta/html/document-isolation-policy/reporting-subresource-corp.tentative.https.html.ini
new file mode 100644
index 00000000000..f7ad7c80178
--- /dev/null
+++ b/tests/wpt/meta/html/document-isolation-policy/reporting-subresource-corp.tentative.https.html.ini
@@ -0,0 +1,10 @@
+[reporting-subresource-corp.tentative.https.html]
+ expected: ERROR
+ [[document\] blocked due to DIP]
+ expected: FAIL
+
+ [[document\] blocked during redirect]
+ expected: FAIL
+
+ [destination: script]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/dom/idlharness.https.html.ini b/tests/wpt/meta/html/dom/idlharness.https.html.ini
index cfe491b292d..cbd7c1d7808 100644
--- a/tests/wpt/meta/html/dom/idlharness.https.html.ini
+++ b/tests/wpt/meta/html/dom/idlharness.https.html.ini
@@ -8148,3 +8148,9 @@
[HTMLElement interface: calling togglePopover(optional (TogglePopoverOptions or boolean)) on document.createElement("noscript") with too few arguments must throw TypeError]
expected: FAIL
+
+ [HTMLDialogElement interface: attribute closedBy]
+ expected: FAIL
+
+ [HTMLDialogElement interface: operation requestClose(optional DOMString)]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/rendering/the-details-element/details-summary-display-inline-002.html.ini b/tests/wpt/meta/html/rendering/the-details-element/details-summary-display-inline-002.html.ini
new file mode 100644
index 00000000000..70ac0b2409d
--- /dev/null
+++ b/tests/wpt/meta/html/rendering/the-details-element/details-summary-display-inline-002.html.ini
@@ -0,0 +1,2 @@
+[details-summary-display-inline-002.html]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini
index 56f11f614da..d7e7d1b9815 100644
--- a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini
+++ b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini
@@ -1,3 +1,4 @@
[iframe_sandbox_popups_escaping-1.html]
+ expected: CRASH
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: TIMEOUT
diff --git a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-3.html.ini b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-3.html.ini
index ef88bb2e2fd..7da2bc5ac80 100644
--- a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-3.html.ini
+++ b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-3.html.ini
@@ -1,4 +1,4 @@
[iframe_sandbox_popups_escaping-3.html]
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
diff --git a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-3.html.ini b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-3.html.ini
index d89a1691435..a24e565bbce 100644
--- a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-3.html.ini
+++ b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-3.html.ini
@@ -1,4 +1,4 @@
[iframe_sandbox_popups_nonescaping-3.html]
- expected: TIMEOUT
+ expected: CRASH
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL
diff --git a/tests/wpt/meta/html/semantics/forms/form-submission-0/text-plain.window.js.ini b/tests/wpt/meta/html/semantics/forms/form-submission-0/text-plain.window.js.ini
index 67d4bd758c1..9158a253170 100644
--- a/tests/wpt/meta/html/semantics/forms/form-submission-0/text-plain.window.js.ini
+++ b/tests/wpt/meta/html/semantics/forms/form-submission-0/text-plain.window.js.ini
@@ -181,3 +181,6 @@
[text/plain: 0x00 in value (formdata event)]
expected: FAIL
+
+ [text/plain: non-ASCII in filename (formdata event)]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/semantics/forms/the-input-element/radio-disconnected-group-owner.html.ini b/tests/wpt/meta/html/semantics/forms/the-input-element/radio-disconnected-group-owner.html.ini
index 225fb3f96e3..d7d339b1705 100644
--- a/tests/wpt/meta/html/semantics/forms/the-input-element/radio-disconnected-group-owner.html.ini
+++ b/tests/wpt/meta/html/semantics/forms/the-input-element/radio-disconnected-group-owner.html.ini
@@ -13,3 +13,6 @@
[Disconnected document fragments can serve as radio group containers.]
expected: FAIL
+
+ [Appending input radio input into a disconnect form should update the other radio inputs in the same radio group.]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/semantics/popovers/button-type-reset-popovertarget.tentative.html.ini b/tests/wpt/meta/html/semantics/popovers/button-type-reset-popovertarget.html.ini
index 4557bb8cf84..421fc5dfbb5 100644
--- a/tests/wpt/meta/html/semantics/popovers/button-type-reset-popovertarget.tentative.html.ini
+++ b/tests/wpt/meta/html/semantics/popovers/button-type-reset-popovertarget.html.ini
@@ -1,3 +1,3 @@
-[button-type-reset-popovertarget.tentative.html]
+[button-type-reset-popovertarget.html]
[Button type=reset and type=submit should not run popover algorithms when in a form.]
expected: FAIL
diff --git a/tests/wpt/meta/html/semantics/popovers/popover-types-with-hints.tentative.html.ini b/tests/wpt/meta/html/semantics/popovers/popover-types-with-hints.html.ini
index 7386e03d9ea..3668bc9e8d3 100644
--- a/tests/wpt/meta/html/semantics/popovers/popover-types-with-hints.tentative.html.ini
+++ b/tests/wpt/meta/html/semantics/popovers/popover-types-with-hints.html.ini
@@ -1,4 +1,4 @@
-[popover-types-with-hints.tentative.html]
+[popover-types-with-hints.html]
[manuals do not close popovers]
expected: FAIL
@@ -8,7 +8,7 @@
[hint is not closed by pre-existing auto]
expected: FAIL
- [If a popover=hint is shown, it should hide any other open popover=hint popovers, including ancestral popovers. (You can't nest popover=hint)]
+ [You can nest hint popovers]
expected: FAIL
[If a popover=auto is shown, it should hide any open popover=hint, including if the popover=hint is an ancestral popover of the popover=auto. (You can't nest a popover=auto inside a popover=hint)]
@@ -17,11 +17,5 @@
[If you: a) show a popover=auto (call it D), then b) show a descendent popover=hint of D (call it T), then c) hide D, then T should be hidden. (A popover=hint can be nested inside a popover=auto)]
expected: FAIL
- [If you: a) show a popover=auto (call it D), then b) show a non-descendent popover=hint of D (call it T), then c) hide D, then T should be left showing. (Non-nested popover=hint can stay open when unrelated popover=autos are hidden)]
- expected: FAIL
-
- [You can nest hint popovers]
- expected: FAIL
-
[If you: a) show a popover=auto (call it D), then b) show a non-descendent popover=hint of D (call it T), then c) hide D, then T should be hidden. (Non-nested popover=hint gets hidden when unrelated popover=autos are hidden)]
expected: FAIL