diff options
author | timmywil <timmywillisn@gmail.com> | 2011-09-28 11:30:38 -0400 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2011-09-28 11:30:38 -0400 |
commit | 3661835101865b08fae20df7458ba03551b86bc3 (patch) | |
tree | 132942cf9b847f9a038196b35d69f7365267de9d /test/unit/support.js | |
parent | 649823de18564774a5812ae04083606447bd2b93 (diff) | |
download | jquery-3661835101865b08fae20df7458ba03551b86bc3.tar.gz jquery-3661835101865b08fae20df7458ba03551b86bc3.zip |
Fixes IE7 test suite. Keep the testElement attached and set necessary styles on it to fix the offset with margin test.
Diffstat (limited to 'test/unit/support.js')
-rw-r--r-- | test/unit/support.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/support.js b/test/unit/support.js index 4733b2529..50a40e4a0 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -47,7 +47,7 @@ supportIFrameTest( "body background is not lost if set prior to loading jQuery ( } for ( i in support ) { if ( !( i in jQuery.support ) ) { - ok = false; + passed = false; strictEqual( src[ i ], dest[ i ], "Unexpected property: " + i ); } } |