forked from AuroraMiddleware/gtk
testsuite: Add a test for recent fix
This commit is contained in:
parent
3759190c26
commit
98954bd1d1
@ -336,6 +336,8 @@ test_data = \
|
|||||||
string-values.css \
|
string-values.css \
|
||||||
string-values.ref.css \
|
string-values.ref.css \
|
||||||
test.png \
|
test.png \
|
||||||
|
text-shadow-invalid-but-worked-in-3.12.css \
|
||||||
|
text-shadow-invalid-but-worked-in-3.12.ref.css \
|
||||||
transition.css \
|
transition.css \
|
||||||
transition.ref.css \
|
transition.ref.css \
|
||||||
value-inherit.css \
|
value-inherit.css \
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
a {
|
||||||
|
text-shadow: inset 1px 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
b {
|
||||||
|
text-shadow: 0 0 0 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user