blob: 7361861ad86766fb0bb9b7d298d427aca1f6968c [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script>
xhr = new XMLHttpRequest();
xhr.open("GET", "/resources/load-and-stall.cgi?name=load-and-stall.cgi&stallFor=3&stallAt=0&mimeType=text/plain", true);
xhr.send();
parent.iframeIsLoading();
</script>
<html>