2012-04-23 19:43:26 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
|
<title>Test case for jQuery ticket #10067</title>
|
2013-01-28 04:34:38 +00:00
|
|
|
<script src="../../jquery.js"></script>
|
2016-04-10 19:42:44 +00:00
|
|
|
<script src="../iframeTest.js"></script>
|
2012-04-23 19:43:26 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2012-07-06 14:12:20 +00:00
|
|
|
|
2012-04-23 19:43:26 +00:00
|
|
|
<script type="text/javascript">
|
2012-05-04 13:57:32 +00:00
|
|
|
jQuery( document ).ready(function () {
|
2016-04-10 19:42:44 +00:00
|
|
|
startIframeTest( jQuery('#container').length === 1 );
|
2012-04-23 19:43:26 +00:00
|
|
|
});
|
|
|
|
</script>
|
2012-07-06 14:12:20 +00:00
|
|
|
|
|
|
|
<!-- external resources that come before elements trick
|
|
|
|
oldIE into thinking the dom is ready, but it's not...
|
|
|
|
leaving this check here for future trailblazers to attempt
|
|
|
|
fixing this...-->
|
2017-08-01 16:52:45 +00:00
|
|
|
<script type="text/javascript" src="../mock.php?action=wait&wait=1"></script>
|
2012-07-06 14:12:20 +00:00
|
|
|
<div id="container" style="height: 300px"></div>
|
2012-04-23 19:43:26 +00:00
|
|
|
</body>
|
2012-06-04 16:48:18 +00:00
|
|
|
</html>
|