Skip to content

Commit

Permalink
Fixed tabs to match
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Love authored and scottjehl committed May 30, 2011
1 parent 40dcf5e commit 180c017
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/unit/tests.js
Expand Up @@ -92,13 +92,13 @@ window.onload = function(){
}, 900);
});

asyncTest( "Stylesheets within a media query starting with logical NOT operator do not apply", function(){
window.resizeTo(540,600);
setTimeout(function(){
ok( !widthApplied( 10 ), "test elem is not 10px wide when window is 540px wide" );
start();
}, 50);
});
asyncTest( "Stylesheets within a media query starting with logical NOT operator do not apply", function(){
window.resizeTo(540,600);
setTimeout(function(){
ok( !widthApplied( 10 ), "test elem is not 10px wide when window is 540px wide" );
start();
}, 50);
});

}

Expand Down

0 comments on commit 180c017

Please sign in to comment.