Sign in
webkit
/
WebKit
/
e031b9a93e1290978c3cb10583e857c51cbd591e
/
.
/
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>