testsuite: Add a test for recent fix

This commit is contained in:
Benjamin Otte 2014-06-10 01:06:57 +02:00
parent 3759190c26
commit 98954bd1d1
3 changed files with 9 additions and 0 deletions

View File

@ -336,6 +336,8 @@ test_data = \
string-values.css \
string-values.ref.css \
test.png \
text-shadow-invalid-but-worked-in-3.12.css \
text-shadow-invalid-but-worked-in-3.12.ref.css \
transition.css \
transition.ref.css \
value-inherit.css \

View File

@ -0,0 +1,7 @@
a {
text-shadow: inset 1px 1px;
}
b {
text-shadow: 0 0 0 0;
}