gtk/testsuite/reftests/label-text-shadow-clipping.css
Jasper St. Pierre 3b08ba24b3 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.
2014-09-30 13:43:36 -06:00

7 lines
99 B
CSS

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