blob: 16abfd39624bf47964e30b451499ad42c7937198 [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
iframe {
width: 700px;
height: 500px;
border: 1px solid black;
}
</style>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
function loadDone()
{
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</head>
<body>
<iframe onload="loadDone()" src="resources/chunked.txt"></iframe>
</body>
</html>