From 1c921cfcc3053cce14b2c23ab38f2dce2710d29f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 1 Sep 2020 23:12:15 +0000 Subject: [PATCH] Rename ::file-chooser-button to ::file-selector-button, and enable it in all channels. See https://github.com/w3c/csswg-drafts/issues/5049 Differential Revision: https://phabricator.services.mozilla.com/D88995 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1662478 gecko-commit: 98afbf7fa4fdf697acdd6335cd00c8c315978c2f gecko-reviewers: jwatt --- css/css-pseudo/file-chooser-button-001.tentative.html | 11 ----------- ...tref.html => file-selector-button-001-notref.html} | 0 .../file-selector-button-001.tentative.html | 11 +++++++++++ ...lector-button-display-toggle-crash.tentative.html} | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 css/css-pseudo/file-chooser-button-001.tentative.html rename css/css-pseudo/{file-chooser-button-001-notref.html => file-selector-button-001-notref.html} (100%) create mode 100644 css/css-pseudo/file-selector-button-001.tentative.html rename css/css-pseudo/{file-chooser-button-display-toggle-crash.tentative.html => file-selector-button-display-toggle-crash.tentative.html} (70%) diff --git a/css/css-pseudo/file-chooser-button-001.tentative.html b/css/css-pseudo/file-chooser-button-001.tentative.html deleted file mode 100644 index 99c67dee5d96f6..00000000000000 --- a/css/css-pseudo/file-chooser-button-001.tentative.html +++ /dev/null @@ -1,11 +0,0 @@ - -::file-chooser-button allows to customize the button in <input type=file> - - - - diff --git a/css/css-pseudo/file-chooser-button-001-notref.html b/css/css-pseudo/file-selector-button-001-notref.html similarity index 100% rename from css/css-pseudo/file-chooser-button-001-notref.html rename to css/css-pseudo/file-selector-button-001-notref.html diff --git a/css/css-pseudo/file-selector-button-001.tentative.html b/css/css-pseudo/file-selector-button-001.tentative.html new file mode 100644 index 00000000000000..48b2852de820f6 --- /dev/null +++ b/css/css-pseudo/file-selector-button-001.tentative.html @@ -0,0 +1,11 @@ + +::file-selector-button allows to customize the button in <input type=file> + + + + diff --git a/css/css-pseudo/file-chooser-button-display-toggle-crash.tentative.html b/css/css-pseudo/file-selector-button-display-toggle-crash.tentative.html similarity index 70% rename from css/css-pseudo/file-chooser-button-display-toggle-crash.tentative.html rename to css/css-pseudo/file-selector-button-display-toggle-crash.tentative.html index 4e43609bee8cfd..bc9f24ae0194fc 100644 --- a/css/css-pseudo/file-chooser-button-display-toggle-crash.tentative.html +++ b/css/css-pseudo/file-selector-button-display-toggle-crash.tentative.html @@ -1,8 +1,8 @@ -Shouldn't assert when re-creating a ::file-chooser-button pseudo-element after it being display: none +Shouldn't assert when re-creating a ::file-selector-button pseudo-element after it being display: none