LibWeb/CSS: Add :-webkit-autofill as a legacy alias of :autofill

This commit is contained in:
Sam Atkins
2025-12-18 12:48:07 +00:00
committed by Jelle Raaijmakers
parent 2b2e5a1db3
commit b0b0669187
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
{
"-webkit-autofill": {
"legacy-alias-for": "autofill"
},
"active": {
"argument": ""
},

View File

@@ -2,7 +2,6 @@ Harness status: OK
Found 2 tests
1 Pass
1 Fail
2 Pass
Pass ":autofill" should be a valid selector
Fail ":-webkit-autofill" should be a valid selector
Pass ":-webkit-autofill" should be a valid selector