]> source.dussan.org Git - jquery.git/commitdiff
Merge branch '8099' of https://github.com/rwldrn/jquery. Fixes #8099.
authorjeresig <jeresig@gmail.com>
Thu, 14 Apr 2011 19:57:47 +0000 (15:57 -0400)
committerjeresig <jeresig@gmail.com>
Thu, 14 Apr 2011 19:57:47 +0000 (15:57 -0400)
Conflicts:
test/data/testsuite.css

1  2 
test/data/testsuite.css

index a9dd97ba45e4c84cba0db62eaf178c8978b787a5,683803e8b9c5570073f8c4c4135e2f25300ae10b..99851eaa5315f057224362af302575a09916a7fc
@@@ -110,5 -110,7 +110,10 @@@ div#show-tests * { display: none; 
  #nothiddendivchild.em { font-size: 2em; }
  #nothiddendivchild.prct { font-size: 150%; }
  
- v\:oval { behavior:url(#default#VML); display:inline-block; }
 +/* For testing type on vml in IE #7071 */
++v\:oval { behavior:url(#default#VML); display:inline-block; }
++
+ /* 8099 changes to default styles are read correctly */
+ tt { display: none; }
+ sup { display: none; }
+ dfn { display: none; }