diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2017-04-29 01:22:55 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2017-04-29 01:22:55 -0400 |
commit | da533c6acc3130a94d29c2f2611dd02f9af7f114 (patch) | |
tree | f9eb67ed3fd932ed8c747527e07468968819d076 /test/data/testinit.js | |
parent | c0edd8dc18e02999a25768a4946093b015045f80 (diff) | |
download | jquery-da533c6acc3130a94d29c2f2611dd02f9af7f114.tar.gz jquery-da533c6acc3130a94d29c2f2611dd02f9af7f114.zip |
Tests: Adjust by actual scroll position, rather than expected
Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0
Diffstat (limited to 'test/data/testinit.js')
-rw-r--r-- | test/data/testinit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/testinit.js b/test/data/testinit.js index 521795476..b0592779e 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -247,7 +247,7 @@ this.testIframe = function( title, fileName, func, wrapper ) { width: "500px" } ); - // Overcome TestSwarm iframe visibilty quirks + // Try to overcome TestSwarm iframe visibilty quirks if ( QUnit.isSwarm ) { $iframe.css( { left: "0" } ); } |