Landing pull request 433. Fix testswarm test cases. Fixes #9555.

More Details:
 - https://github.com/jquery/jquery/pull/433
 - http://bugs.jquery.com/ticket/9555
This commit is contained in:
Krinkle 2011-07-12 17:12:07 -04:00 committed by timmywil
parent 1886d74434
commit 28b470d7d3
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<script src="../../../src/dimensions.js"></script>
</div>
<script>
window.top.supportCallback( jQuery( "body" ).css( "backgroundColor" ), jQuery.support );
window.parent.supportCallback( jQuery( "body" ).css( "backgroundColor" ), jQuery.support );
</script>
</body>
</html>

View File

@ -21,7 +21,7 @@
<script src="../../../src/offset.js"></script>
<script src="../../../src/dimensions.js"></script>
<script>
window.top.supportCallback( document.compatMode, jQuery.support.boxModel );
window.parent.supportCallback( document.compatMode, jQuery.support.boxModel );
</script>
</body>
</html>