From 82950dd959ff5270d14185b07579752379b43da9 Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Sun, 13 Feb 2022 21:47:58 +0000 Subject: [PATCH] Bug 1754841 [wpt PR 32804] - Remove disabled condition from :active matching, a=testonly Automatic update from web-platform-tests Remove disabled condition from :active matching We are changing this behavior because other browsers don't have disabled conditioning for :active and because it will become more consistent with other pseudo classes: https://github.com/whatwg/html/issues/6635#issuecomment-966432852 Fixed: 1287171 Change-Id: Idab2abbbc94cc73fac70e34ef391c5d63518d569 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3453424 Commit-Queue: Joey Arhar Reviewed-by: Mason Freed Cr-Commit-Position: refs/heads/main@{#970008} -- wpt-commits: e3cb675e1b16603aa51051de59cfd4056d89a04d wpt-pr: 32804 --- .../pseudo-classes/active-disabled.html | 86 +++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 testing/web-platform/tests/html/semantics/selectors/pseudo-classes/active-disabled.html diff --git a/testing/web-platform/tests/html/semantics/selectors/pseudo-classes/active-disabled.html b/testing/web-platform/tests/html/semantics/selectors/pseudo-classes/active-disabled.html new file mode 100644 index 0000000000000..63dda59c011d4 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/selectors/pseudo-classes/active-disabled.html @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + +