diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2015-06-10 20:21:57 -0700 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2015-06-12 08:55:23 -0700 |
commit | 131abe28a442220fb542d1a0a12c69833e40fcfc (patch) | |
tree | 1d11410eadcef67dfdbfdab2ffb57674f7016bfc /testsuite | |
parent | 0093b156d72cdf1ed4156c746236efb0de6d03df (diff) | |
download | gtk+-131abe28a442220fb542d1a0a12c69833e40fcfc.tar.gz |
reftests: fix style class syntax in CSS file
Fixes reftests.
https://bugzilla.gnome.org/show_bug.cgi?id=750605
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/reftests/label-text-shadow-changes-modify-clip.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/reftests/label-text-shadow-changes-modify-clip.css b/testsuite/reftests/label-text-shadow-changes-modify-clip.css index 87bd265191..bea2d0c6e8 100644 --- a/testsuite/reftests/label-text-shadow-changes-modify-clip.css +++ b/testsuite/reftests/label-text-shadow-changes-modify-clip.css @@ -13,7 +13,7 @@ GtkLabel { animation-delay: 1ms; } -#reference { +.reference { animation: initial; text-shadow: 20px 20px tomato; } |