diff options
author | Azatoth <azatoth@gmail.com> | 2011-04-12 00:17:07 -0400 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2011-04-12 00:17:07 -0400 |
commit | 1299e89dcd803ee0ed48622c716dc3d4c8567cb7 (patch) | |
tree | ede1fdf1745c5fd0ebfa4e306f71fbcf371964b6 /test/data/testsuite.css | |
parent | 31b3c44db3b26274b1ad0efd46952ecc2a9380cc (diff) | |
download | jquery-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.css | 4 |
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; +} |