jquery/test/data/support/testElementCrash.html
Mike Sherov 54fab3174c Fix #10067. Create jQuery.quickReady; closes gh-736.
Allows us to get to the ready state sooner by not waiting for iframes to load. If that causes backcompat pain, use `jQuery.quickReady = false` as prescribed by your developer.
2012-04-23 15:44:27 -04:00

18 lines
347 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>
body {
background: url('http://s1.postimage.org/2d2r8xih0/body_background.png');
}
</style>
<script src="../include_js.php"></script>
</head>
<body>
<script>
window.parent.iframeCallback();
</script>
</body>
</html>