blob: 0bc18a157b6365bb8d8060ef957b16fa3dd91c8b [file] [log] [blame]
<html>
<body>
<p>Test that the API is missing without origin trial token</p>
<p>Should say SUCCESS:</p>
<div id=result></div>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
function log(message)
{
document.getElementById("result").innerHTML += message + "<br>";
}
if (typeof window.applicationCache === 'undefined') {
log('SUCCESS');
} else {
log('FAILURE');
}
</script>
</body>
</html>