Add an invalid-value test for text-shadow that we already have for -moz-box-shadow. a2.0=tests

This commit is contained in:
L. David Baron 2010-09-09 08:21:46 -07:00
parent e82fb6cb2f
commit 9ca64d5905

View File

@ -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)"
]
},