blob: f0f6431aa986f4b119e049d84eafc4efe12ef7ba [file] [log] [blame]
<html manifest="fail-on-update.php">
<!--
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=">
<script>
applicationCache.addEventListener('obsolete', function(e) {
window.parent.postMessage({
type: e.type
}, '*');
});
applicationCache.addEventListener('error', function(e) {
window.parent.postMessage({
type: e.type,
reason: e.reason,
url: e.url,
status: e.status
}, '*');
});
</script>
</html>