blob: d666cb5a64983eeddef92147ceea017dda97bd3f [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script>
function doLoad()
{
var xhr = new XMLHttpRequest();
xhr.open("GET", "resources/slow-resource.pl?delay=3000", true);
xhr.send();
}
</script>
</body>
</html>