summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2015-06-10 20:21:57 -0700
committerMatthias Clasen <mclasen@redhat.com>2015-07-07 11:23:39 -0400
commit92933fd3adf218adc2989e5167dfa13edaf913ac (patch)
tree20888506980569325f9a96af7fb118f113e40e07
parent28e77210758a28acfa7dcad792c506065a545f4d (diff)
downloadgtk+-92933fd3adf218adc2989e5167dfa13edaf913ac.tar.gz
reftests: fix style class syntax in CSS file
Fixes reftests. https://bugzilla.gnome.org/show_bug.cgi?id=750605
-rw-r--r--testsuite/reftests/label-text-shadow-changes-modify-clip.css2
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;
}