blob: 4dade3aaa847770f7613f2f930ecdd2f34c15397 [file] [log] [blame]
<!-- webkit-test-runner [ useEphemeralSession=true ] -->
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
testRunner.waitUntilDone();
}
function finishTest() {
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</head>
<body>
<p>This test passes if the application cache does not load while in private browsing</p>
<iframe src="resources/frame-for-appcache-in-private-browsing.html" onload="finishTest()"></iframe>
</body>
</html>