aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/testsuite.css
diff options
context:
space:
mode:
authorAzatoth <azatoth@gmail.com>2011-04-12 00:17:07 -0400
committerjeresig <jeresig@gmail.com>2011-04-12 00:17:07 -0400
commit1299e89dcd803ee0ed48622c716dc3d4c8567cb7 (patch)
treeede1fdf1745c5fd0ebfa4e306f71fbcf371964b6 /test/data/testsuite.css
parent31b3c44db3b26274b1ad0efd46952ecc2a9380cc (diff)
downloadjquery-1299e89dcd803ee0ed48622c716dc3d4c8567cb7.tar.gz
jquery-1299e89dcd803ee0ed48622c716dc3d4c8567cb7.zip
QUnit test for overriding important css declarations, references #4427
Diffstat (limited to 'test/data/testsuite.css')
-rw-r--r--test/data/testsuite.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css
index cffaaa46a..7df76834a 100644
--- a/test/data/testsuite.css
+++ b/test/data/testsuite.css
@@ -109,3 +109,7 @@ div#show-tests * { display: none; }
#nothiddendiv { font-size: 16px; }
#nothiddendivchild.em { font-size: 2em; }
#nothiddendivchild.prct { font-size: 150%; }
+
+div.isimportant {
+ background-color: rgb(255, 255, 255) !important;
+}