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>
|
2012-06-04 22:04:11 +00:00
|
|
|
<script type="text/javascript" src="../../../dist/jquery.js"></script>
|
2012-04-23 19:43:26 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script type="text/javascript">
|
2012-05-04 13:57:32 +00:00
|
|
|
jQuery( document ).ready(function () {
|
2012-05-04 17:31:35 +00:00
|
|
|
jQuery("body").append("<div>modifying DOM</div>");
|
2012-05-04 13:57:32 +00:00
|
|
|
window.parent.iframeCallback( true );
|
2012-04-23 19:43:26 +00:00
|
|
|
});
|
|
|
|
</script>
|
|
|
|
<!-- long loading iframe -->
|
|
|
|
<iframe src="longLoad.php?sleep=10&return=false" style="width: 1px; height: 1px"></iframe>
|
|
|
|
</body>
|
2012-06-04 16:48:18 +00:00
|
|
|
</html>
|