Sign in
webkit
/
WebKit
/
0aa192ef1bb53cd65ee1ccdfb1bf23e98c2e6e65
/
.
/
LayoutTests
/
http
/
tests
/
navigation
/
resources
/
frame-do-load.html
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>