From 86f1616c339a3cb7c9f46146052c282aac802a7c Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Sat, 9 Nov 2024 09:56:31 +0000 Subject: [PATCH] Bug 1930021 [wpt PR 49046] - Rename to , a=testonly Automatic update from web-platform-tests Rename to This rename was decided here: https://github.com/openui/open-ui/issues/1112 Change-Id: I5ed2a5b7dca3d6c62ad73c609eed898dca44cefd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5983471 Reviewed-by: Traian Captan Commit-Queue: Joey Arhar Cr-Commit-Position: refs/heads/main@{#1380043} -- wpt-commits: 87038037a69d96cbfa83f2dc370f8478ff472851 wpt-pr: 49046 --- .../nested-select-crash.html | 4 +- ...ml => selectedcontent-restore-iframe.html} | 2 +- ...l => selectedcontent-in-option-crash.html} | 4 +- ...=> selectedcontent-restore.tentative.html} | 8 +-- ...ve.html => selectedcontent.tentative.html} | 54 +++++++++---------- ...selectedcontentelement-attr.tentative.html | 50 +++++++++++++++++ .../selectedoptionelement-attr.tentative.html | 50 ----------------- .../switch-picker-appearance.tentative.html | 2 +- 8 files changed, 87 insertions(+), 87 deletions(-) rename testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/resources/{selectedoption-restore-iframe.html => selectedcontent-restore-iframe.html} (86%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/{selectedoption-in-option-crash.html => selectedcontent-in-option-crash.html} (79%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/{selectedoption-restore.tentative.html => selectedcontent-restore.tentative.html} (81%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/{selectedoption.tentative.html => selectedcontent.tentative.html} (50%) create mode 100644 testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedcontentelement-attr.tentative.html delete mode 100644 testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedoptionelement-attr.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/nested-select-crash.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/nested-select-crash.html index dea01de80be0c..b50d41faef4af 100644 --- a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/nested-select-crash.html +++ b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/nested-select-crash.html @@ -11,14 +11,14 @@ diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/resources/selectedoption-restore-iframe.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/resources/selectedcontent-restore-iframe.html similarity index 86% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/resources/selectedoption-restore-iframe.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/resources/selectedcontent-restore-iframe.html index 12824d43f357b..b38ed6275480a 100644 --- a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/resources/selectedoption-restore-iframe.html +++ b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/resources/selectedcontent-restore-iframe.html @@ -7,7 +7,7 @@
diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedoption-restore.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedcontent-restore.tentative.html similarity index 81% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedoption-restore.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedcontent-restore.tentative.html index 1545c4cdfa469..da5fe450abbae 100644 --- a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedoption-restore.tentative.html +++ b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedcontent-restore.tentative.html @@ -6,7 +6,7 @@ - + diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedoption.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedcontent.tentative.html similarity index 50% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedoption.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedcontent.tentative.html index 398b0b988de05..77ff46a3b3343 100644 --- a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedoption.tentative.html +++ b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedcontent.tentative.html @@ -15,7 +15,7 @@ should make it clear its contents.'); - button.appendChild(selectedOption); - assert_equals(selectedOption.innerHTML, optionTwo.innerHTML, - 'Re-inserting the should make it update its contents.'); + assert_equals(selectedcontent.innerHTML, '', + 'Removing the from the + + + + + + diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedoptionelement-attr.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedoptionelement-attr.tentative.html deleted file mode 100644 index f7ef48c24e401..0000000000000 --- a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedoptionelement-attr.tentative.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/switch-picker-appearance.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/switch-picker-appearance.tentative.html index 3367cc7cd37dd..75cb63fce804f 100644 --- a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/switch-picker-appearance.tentative.html +++ b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/switch-picker-appearance.tentative.html @@ -123,7 +123,7 @@