mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add an invalid-value test for text-shadow that we already have for -moz-box-shadow. a2.0=tests
This commit is contained in:
parent
7d8d7e59ed
commit
4c8a8b3d3d
@ -2522,7 +2522,7 @@ var gCSSProperties = {
|
||||
"-moz-calc(2px) -moz-calc(2px)",
|
||||
"-moz-calc(2px) -moz-calc(2px) -moz-calc(2px)",
|
||||
],
|
||||
invalid_values: [ "3% 3%", "2px 2px 2px 2px", "2px 2px, none", "none, 2px 2px", "inherit, 2px 2px", "2px 2px, inherit",
|
||||
invalid_values: [ "3% 3%", "2px 2px -5px", "2px 2px 2px 2px", "2px 2px, none", "none, 2px 2px", "inherit, 2px 2px", "2px 2px, inherit",
|
||||
"-moz-calc(2px) -moz-calc(2px) -moz-calc(2px) -moz-calc(2px)"
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user