aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/support.js
diff options
context:
space:
mode:
authortimmywil <timmywillisn@gmail.com>2011-09-28 11:30:38 -0400
committertimmywil <timmywillisn@gmail.com>2011-09-28 11:30:38 -0400
commit3661835101865b08fae20df7458ba03551b86bc3 (patch)
tree132942cf9b847f9a038196b35d69f7365267de9d /test/unit/support.js
parent649823de18564774a5812ae04083606447bd2b93 (diff)
downloadjquery-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.js2
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 );
}
}