Skip to content

Commit

Permalink
Tests: fix weird failure in Edge 16 CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Jan 10, 2018
1 parent 6c38ebb commit af1195d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/css.js
Expand Up @@ -262,13 +262,13 @@ QUnit.test( "css() non-px relative values (gh-1711)", function( assert ) {

getUnits( "lineHeight" );
cssCurrent = parseFloat( $child.css( "lineHeight", "1em" ).css( "lineHeight" ) );
add( "lineHeight", 50, "%" );
add( "lineHeight", 2, "em" );
add( "lineHeight", -10, "px" );
add( "lineHeight", 20, "pt" );
add( "lineHeight", 30, "pc" );
add( "lineHeight", 1, "cm" );
add( "lineHeight", -44, "mm" );
add( "lineHeight", 50, "%" );
} );

QUnit.test( "css() mismatched relative values with bounded styles (gh-2144)", function( assert ) {
Expand Down

0 comments on commit af1195d

Please sign in to comment.