diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-04-12 19:32:18 -0400 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-04-12 19:32:18 -0400 |
commit | 69866fd2e5ba2456c2ae84a5ba711a1db2a25091 (patch) | |
tree | 5c0a9ed277ba1ac936b5ac9add3d5242f5966a33 /test/index.html | |
parent | 6d49e84dafd8990221913944727e4f5dcaec078d (diff) | |
download | jquery-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/index.html')
-rw-r--r-- | test/index.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/index.html b/test/index.html index bf7dc7989..a10655089 100644 --- a/test/index.html +++ b/test/index.html @@ -45,10 +45,6 @@ <script src="unit/effects.js"></script> <script src="unit/offset.js"></script> <script src="unit/dimensions.js"></script> - - <!-- For testing http://bugs.jquery.com/ticket/7071 --> - <xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v" /> - <style>v\:oval { behavior:url(#default#VML); display:inline-block; }</style> </head> <body id="body"> @@ -151,7 +147,6 @@ <span id="test.foo[5]bar" class="test.foo[5]bar"></span> <foo_bar id="foobar">test element</foo_bar> - <v:oval id="oval" style="width:100pt;height:75pt;" fillcolor="red"> </v:oval> </form> <b id="floatTest">Float test.</b> <iframe id="iframe" name="iframe"></iframe> |