]> source.dussan.org Git - jquery.git/commitdiff
Adds missing expect() call, fixes failing IE tests
authorRick Waldron <waldron.rick@gmail.com>
Mon, 15 Oct 2012 18:04:58 +0000 (14:04 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Mon, 15 Oct 2012 18:04:58 +0000 (14:04 -0400)
test/unit/css.js

index 894ef6a4822c5768557d0fd934538deb62f9c8dd..3b59143801df6c67f9ed2d8f6500f7c51cb946fb 100644 (file)
@@ -259,6 +259,7 @@ test("css(String, Object)", function() {
 
 if ( !jQuery.support.opacity ) {
        test("css(String, Object) for MSIE", function() {
+               expect( 5 );
                // for #1438, IE throws JS error when filter exists but doesn't have opacity in it
                jQuery("#foo").css("filter", "progid:DXImageTransform.Microsoft.Chroma(color='red');");
                equal( jQuery("#foo").css("opacity"), "1", "Assert opacity is 1 when a different filter is set in IE, #1438" );