Sign in
webkit
/
WebKit
/
27f92e2160221fad848ef74cb813ee1a1a9e34f8
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
mac
/
MemoryCacheDisableWithinResourceLoadDelegate.html
blob: 033c79130044b9873454012215dc5dc8e6d3c1ba [
file
] [
log
] [
blame
]
<script>
function
loaded
()
{
var
request
=
new
XMLHttpRequest
();
request
.
open
(
'GET'
,
'http://www.iana.org/domains/example/'
,
true
);
request
.
send
(
null
);
}
</script>
<body
onload
=
"
loaded
();
"
>
We will do some XHR'ing now!
</body>