]> source.dussan.org Git - jquery.git/commitdiff
Tests: fix weird failure in Edge 16 CSS
authorTimmy Willison <4timmywil@gmail.com>
Wed, 10 Jan 2018 16:52:50 +0000 (11:52 -0500)
committerTimmy Willison <4timmywil@gmail.com>
Tue, 16 Jan 2018 15:16:15 +0000 (10:16 -0500)
Fixes gh-3866
Close gh-3932

test/unit/css.js

index 7859e3fa8d9cc8aa8ee24fb09d86b0e933daa4e8..29fa70906788f26aa7e1f8b53f1ce4f2a3fe0899 100644 (file)
@@ -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 ) {