blob: 780e68ebaf5a58c2d7aa8f2a1239671df4023af8 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function childLoaded() {
setTimeout("window.frames['iframe'].location = 'resources/multipart-wait-before-boundary.php?done=1'", 0);
}
function success() {
if (window.testRunner) {
document.getElementById('status').innerHTML = 'SUCCESS';
testRunner.notifyDone();
}
}
</script>
</head>
<body>
<p id="status">RUNNING...</p>
<iframe id="iframe" name="iframe" src="resources/multipart-wait-before-boundary.php">
</body>
</html>