mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Pass iframe support tests at doc ready. Fixes support fail in FF7
This commit is contained in:
@@ -32,7 +32,9 @@
|
||||
<script src="../../../src/dimensions.js"></script>
|
||||
</div>
|
||||
<script>
|
||||
window.parent.supportCallback( jQuery( "body" ).css( "backgroundColor" ), jQuery.support );
|
||||
jQuery(function() {
|
||||
window.parent.supportCallback( jQuery( "body" ).css( "backgroundColor" ), jQuery.support );
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user