reftests: Actually add a text-shadow to the text-shadow reftest

The reftest still passes, since the code still works, but we might as
well test what we claim to test.
This commit is contained in:
Jasper St. Pierre 2014-09-30 12:37:26 -06:00
parent 91d9ae1cc4
commit 3b08ba24b3
2 changed files with 7 additions and 0 deletions

View File

@ -301,6 +301,7 @@ testdata = \
label-sizing.ui \
label-small-ellipsized.ref.ui \
label-small-ellipsized.ui \
label-text-shadow-clipping.css \
label-text-shadow-clipping.ref.ui \
label-text-shadow-clipping.ui \
label-width-chars-dont-shrink.ref.ui \

View File

@ -0,0 +1,6 @@
@import "reset-to-defaults.css";
GtkLabel {
font-size: 40px;
text-shadow: 20px 20px tomato;
}