blob: 6a8f765e1b8363a5507871f6cff5094bc7ce0edb [file] [log] [blame]
<html manifest="http://user:password@127.0.0.1:8000/appcache/resources/empty.manifest">
<!--
Generate this token with the command:
tools/origin_trials/generate_token.py http://127.0.0.1:8000 AppCache --expire-days=2000
-->
<meta http-equiv="origin-trial" content="AnwB3aSh6U8pmYtO/AzzxELSwk8BRJoj77nUnCq6u3N8LMJKlX/ImydQmXn3SgE0a+8RyowLbV835tXQHJMHuAEAAABQeyJvcmlnaW4iOiAiaHR0cDovLzEyNy4wLjAuMTo4MDAwIiwgImZlYXR1cmUiOiAiQXBwQ2FjaGUiLCAiZXhwaXJ5IjogMTc2MTE3NjE5OH0=">
<body>
<p>Test that application cache doesn't block loading resources from the same origin with credential.</p>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function test()
{
var ifr = document.createElement("iframe");
ifr.setAttribute("src", "javascript:parent.success(), 'PASS'");
document.body.appendChild(ifr);
}
function success()
{
document.body.replaceChild(document.createTextNode("SUCCESS"), document.getElementsByTagName("iframe")[0]);
if (window.testRunner)
testRunner.notifyDone();
}
applicationCache.oncached = test;
applicationCache.onnoupdate = test;
</script>
<body>
</html>