mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00:00
LibWeb/CSS: Add :-webkit-autofill as a legacy alias of :autofill
This commit is contained in:
committed by
Jelle Raaijmakers
parent
2b2e5a1db3
commit
b0b0669187
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"-webkit-autofill": {
|
||||
"legacy-alias-for": "autofill"
|
||||
},
|
||||
"active": {
|
||||
"argument": ""
|
||||
},
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user