2015-10-28 17:54:04 +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 gh-2100</title>
|
|
|
|
<script src="../../jquery.js"></script>
|
2016-04-10 19:42:44 +00:00
|
|
|
<script src="../iframeTest.js"></script>
|
2015-10-28 17:54:04 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
2016-04-10 19:42:44 +00:00
|
|
|
jQuery( function () {
|
|
|
|
startIframeTest( jQuery("#container").length === 1 );
|
|
|
|
} );
|
2015-10-28 17:54:04 +00:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<!-- 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>
|
2015-10-28 17:54:04 +00:00
|
|
|
<div id="container" style="height: 300px"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|