From 13460a5e2ed7ed68fa0ef0790d5e9eca8d2643cc Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Thu, 26 Sep 2024 01:10:32 +0000 Subject: [PATCH] Bug 1919938 [wpt PR 48205] - Rename "stylable select" to "customizable select" everywhere, a=testonly Automatic update from web-platform-tests Rename "stylable select" to "customizable select" everywhere No functional changes. This represents the new name for this project. Bug: 40146374 Change-Id: Ifacb538e01bc8bcff6223ca28bdade4de1c21db1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5854761 Reviewed-by: Philip Rogers Commit-Queue: Mason Freed Reviewed-by: Joey Arhar Auto-Submit: Mason Freed Cr-Commit-Position: refs/heads/main{#1356148} -- wpt-commits: a05aea515ae7ed866237c0318fa6c05a9d31eeeb wpt-pr: 48205 UltraBlame original commit: 0b257c1b7a1615b8bc0af6a513d730667ffcfa3a --- ...arance-base-select-other-elements-ref.html | 0 ...-base-select-other-elements.tentative.html | 0 .../border-rendering-ref.html | 0 .../border-rendering.tentative.html | 0 .../closed-listbox-rendering-ref.html | 0 .../closed-listbox-rendering.tentative.html | 0 .../nested-options.tenative.html | 0 .../option-computed-style.tentative.html | 0 ...ibility-minimum-target-size.tentative.html | 0 ...select-datalist-options-idl.tentative.html | 0 .../select-disabled.tentative.html | 0 ...allback-datalist-animations.tentative.html | 0 .../select-keyboard-behavior.tentative.html | 0 .../select-mouse-behavior.tentative.html | 0 .../select-option-hover-styles.tentative.html | 0 .../select-parsing.tentative.html | 0 .../select-size-multiple-new-content-ref.html | 0 ...t-size-multiple-new-content.tentative.html | 0 .../selectedoption.tentative.html | 0 .../selectedoptionelement-attr.tentative.html | 0 .../switch-picker-appearance.tentative.html | 0 ...lect-keyboard-hidden-option.tentative.html | 48 ------------------- 22 files changed, 48 deletions(-) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/appearance-base-select-other-elements-ref.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/appearance-base-select-other-elements.tentative.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/border-rendering-ref.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/border-rendering.tentative.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/closed-listbox-rendering-ref.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/closed-listbox-rendering.tentative.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/nested-options.tenative.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/option-computed-style.tentative.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/select-accessibility-minimum-target-size.tentative.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/select-datalist-options-idl.tentative.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/select-disabled.tentative.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/select-fallback-datalist-animations.tentative.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/select-keyboard-behavior.tentative.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/select-mouse-behavior.tentative.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/select-option-hover-styles.tentative.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/select-parsing.tentative.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/select-size-multiple-new-content-ref.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/select-size-multiple-new-content.tentative.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/selectedoption.tentative.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/selectedoptionelement-attr.tentative.html (100%) rename testing/web-platform/tests/html/semantics/forms/the-select-element/{stylable-select => customizable-select}/switch-picker-appearance.tentative.html (100%) delete mode 100644 testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-keyboard-hidden-option.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/appearance-base-select-other-elements-ref.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/appearance-base-select-other-elements-ref.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/appearance-base-select-other-elements-ref.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/appearance-base-select-other-elements-ref.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/appearance-base-select-other-elements.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/appearance-base-select-other-elements.tentative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/appearance-base-select-other-elements.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/appearance-base-select-other-elements.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/border-rendering-ref.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/border-rendering-ref.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/border-rendering-ref.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/border-rendering-ref.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/border-rendering.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/border-rendering.tentative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/border-rendering.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/border-rendering.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/closed-listbox-rendering-ref.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/closed-listbox-rendering-ref.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/closed-listbox-rendering-ref.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/closed-listbox-rendering-ref.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/closed-listbox-rendering.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/closed-listbox-rendering.tentative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/closed-listbox-rendering.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/closed-listbox-rendering.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/nested-options.tenative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/nested-options.tenative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/nested-options.tenative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/nested-options.tenative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/option-computed-style.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/option-computed-style.tentative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/option-computed-style.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/option-computed-style.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-accessibility-minimum-target-size.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-accessibility-minimum-target-size.tentative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-accessibility-minimum-target-size.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-accessibility-minimum-target-size.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-datalist-options-idl.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-datalist-options-idl.tentative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-datalist-options-idl.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-datalist-options-idl.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-disabled.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-disabled.tentative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-disabled.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-disabled.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-fallback-datalist-animations.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-fallback-datalist-animations.tentative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-fallback-datalist-animations.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-fallback-datalist-animations.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-keyboard-behavior.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-keyboard-behavior.tentative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-keyboard-behavior.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-keyboard-behavior.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-mouse-behavior.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-mouse-behavior.tentative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-mouse-behavior.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-mouse-behavior.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-option-hover-styles.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-option-hover-styles.tentative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-option-hover-styles.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-option-hover-styles.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-parsing.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-parsing.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-size-multiple-new-content-ref.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-size-multiple-new-content-ref.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-size-multiple-new-content-ref.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-size-multiple-new-content-ref.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-size-multiple-new-content.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-size-multiple-new-content.tentative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-size-multiple-new-content.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-size-multiple-new-content.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/selectedoption.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedoption.tentative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/selectedoption.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedoption.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/selectedoptionelement-attr.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedoptionelement-attr.tentative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/selectedoptionelement-attr.tentative.html rename to 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/stylable-select/switch-picker-appearance.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/switch-picker-appearance.tentative.html similarity index 100% rename from testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/switch-picker-appearance.tentative.html rename to testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/switch-picker-appearance.tentative.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-keyboard-hidden-option.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-keyboard-hidden-option.tentative.html deleted file mode 100644 index b9d7cfbd3c0fc..0000000000000 --- a/testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-keyboard-hidden-option.tentative.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - -