aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/testsuite.css
diff options
context:
space:
mode:
authortimmywil <tim.willison@thisismedium.com>2011-04-12 19:32:18 -0400
committertimmywil <tim.willison@thisismedium.com>2011-04-12 19:32:18 -0400
commit69866fd2e5ba2456c2ae84a5ba711a1db2a25091 (patch)
tree5c0a9ed277ba1ac936b5ac9add3d5242f5966a33 /test/data/testsuite.css
parent6d49e84dafd8990221913944727e4f5dcaec078d (diff)
downloadjquery-69866fd2e5ba2456c2ae84a5ba711a1db2a25091.tar.gz
jquery-69866fd2e5ba2456c2ae84a5ba711a1db2a25091.zip
VML.type test was causing multiple test suite fails, fix attributes.js fail in IE6 where the val(String/Number) tests were interfering with the val(Function) tests
Diffstat (limited to 'test/data/testsuite.css')
-rw-r--r--test/data/testsuite.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css
index 029006810..a9dd97ba4 100644
--- a/test/data/testsuite.css
+++ b/test/data/testsuite.css
@@ -109,3 +109,6 @@ div#show-tests * { display: none; }
#nothiddendiv { font-size: 16px; }
#nothiddendivchild.em { font-size: 2em; }
#nothiddendivchild.prct { font-size: 150%; }
+
+/* For testing type on vml in IE #7071 */
+v\:oval { behavior:url(#default#VML); display:inline-block; } \ No newline at end of file