]> Pileus Git - ~andy/gtk/blob - tests/reftests/label-shadows.css
reftests: Add a test for all the recent sizegroup hackery
[~andy/gtk] / tests / reftests / label-shadows.css
1 GtkLabel {
2   engine: none;
3   text-shadow: 1px 1px red;
4 }
5
6 .no-shadow {
7   text-shadow: none
8 }