blob: ac2179bd77f4c47c9635f63eb3eafad8eb7c1ecc [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/network-simulator.py?test=load&path=/harness/resources/chunked.txt&chunksize=27&chunkdelay=16&initialdelay=100"></iframe>
</body>
</html>