Sign in
webkit
/
WebKit
/
436b72e27e0464bf3a61a2b074723e3cc9dee953
/
.
/
LayoutTests
/
http
/
tests
/
navigation
/
resources
/
page-cache-failed-xhr-frame.html
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>