diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-08-27 00:54:13 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-09-06 03:38:22 +0200 |
commit | bbbdd947256a3fcd788fb9d4f306046082a1ef1f (patch) | |
tree | 2fc5a02969653d281a44a7b3ff6426b5561c8140 /test/data/testsuite.css | |
parent | 776012b8b3898fad2e0727880f1dc4af5c7b33c1 (diff) | |
download | jquery-bbbdd947256a3fcd788fb9d4f306046082a1ef1f.tar.gz jquery-bbbdd947256a3fcd788fb9d4f306046082a1ef1f.zip |
Fix #10814. Make support tests lazy and broken out to components.
Diffstat (limited to 'test/data/testsuite.css')
-rw-r--r-- | test/data/testsuite.css | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css index 134993c01..bcc2c0bc9 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -1,7 +1,6 @@ /* for testing opacity set in styles in IE */ ol#empty { opacity: 0; - filter:Alpha(opacity=0) progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffff0000', EndColorStr='#ffffffff'); } div#fx-tests h4 { @@ -35,7 +34,7 @@ div.autowidth { } div.autoopacity { - opacity: auto; + opacity: 1; } div.largewidth { @@ -46,10 +45,6 @@ div.largeheight { height: 100px; } -div.largeopacity { - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); -} - div.medwidth { width: 50px; } @@ -60,7 +55,6 @@ div.medheight { div.medopacity { opacity: 0.5; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); } div.nowidth { @@ -73,7 +67,6 @@ div.noheight { div.noopacity { opacity: 0; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); } div.hidden { @@ -132,9 +125,6 @@ div#show-tests * { display: none; } #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; } - /* 8099 changes to default styles are read correctly */ tt { display: none; } sup { display: none; } @@ -143,9 +133,6 @@ dfn { display: none; } /* #9239 Attach a background to the body( avoid crashes in removing the test element in support ) */ body, div { background: url(http://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif) no-repeat -1000px 0; } -/* #6652 REMOVE FILTER:ALPHA(OPACITY=100) AFTER ANIMATION */ -#t6652 div { filter: alpha(opacity=50); } - /* #10501 */ section { background:#f0f; display:block; } |