Skip to content

Commit b85f32f

Browse files
committed
Tests: correct revert artefact
1 parent 04d6895 commit b85f32f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/unit/css.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)" );

0 commit comments

Comments
 (0)