File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,11 +119,11 @@ QUnit.test( "css(String|Hash)", function( assert ) {
119119 "Make sure that a string z-index is returned from css('z-index') (#14432)." ) ;
120120} ) ;
121121
122- QUnit . test ( "css(String) computed values" , function ( assert ) {
123- assert . expect ( 3 ) ;
124122
125- test ( "css() explicit and relative values" , 29 , function ( ) {
126- var $elem = jQuery ( "#nothiddendiv" ) ;
123+ QUnit . test ( "css() explicit and relative values" , function ( assert ) {
124+ assert . expect ( 29 ) ;
125+
126+ var $elem = jQuery ( "#nothiddendiv" ) ;
127127
128128 $elem . css ( { "width" : 1 , "height" : 1 , "paddingLeft" : "1px" , "opacity" : 1 } ) ;
129129 assert . equal ( $elem . css ( "width" ) , "1px" , "Initial css set or width/height works (hash)" ) ;
You can’t perform that action at this time.
0 commit comments