We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1886d74 commit 28b470dCopy full SHA for 28b470d
test/data/support/bodyBackground.html
@@ -31,7 +31,7 @@
31
<script src="../../../src/dimensions.js"></script>
32
</div>
33
<script>
34
- window.top.supportCallback( jQuery( "body" ).css( "backgroundColor" ), jQuery.support );
+ window.parent.supportCallback( jQuery( "body" ).css( "backgroundColor" ), jQuery.support );
35
</script>
36
</body>
37
</html>
test/data/support/boxModelIE.html
@@ -21,7 +21,7 @@
21
<script src="../../../src/offset.js"></script>
22
23
24
- window.top.supportCallback( document.compatMode, jQuery.support.boxModel );
+ window.parent.supportCallback( document.compatMode, jQuery.support.boxModel );
25
26
27
0 commit comments