summaryrefslogtreecommitdiff
path: root/Tools/TestWebKitAPI/Tests/mac/MemoryCacheDisableWithinResourceLoadDelegate.html
blob: 033c79130044b9873454012215dc5dc8e6d3c1ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>