From 312df0441b16981dd697d74fcbc1e1f212b47b7e Mon Sep 17 00:00:00 2001 From: jeresig Date: Tue, 12 Apr 2011 00:54:12 -0400 Subject: Revert "QUnit test for overriding important css declarations, references #4427" This reverts commit 1299e89dcd803ee0ed48622c716dc3d4c8567cb7. Conflicts: test/unit/css.js --- test/data/testsuite.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/data/testsuite.css') diff --git a/test/data/testsuite.css b/test/data/testsuite.css index d029b8716..029006810 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -109,7 +109,3 @@ 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; -} -- cgit v1.2.3