Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / appcache / resources / quota-origin-iframe-1.html
blobc50959f9b17e7f8db01b5c467960881bd124d219
1 <html manifest="quota-origin-iframe-1.manifest">
2 <script>
3 // iframe-1 is expected to succeed.
4 applicationCache.oncached = function() { parent.postMessage("PASS - cached iframe-1", "*"); };
5 applicationCache.onerror = function() { parent.postMessage("FAIL - error caching iframe-1, expected this to succeed and fit in the quota", "*"); };
6 applicationCache.onnoupdate = function() { parent.postMessage("FAIL - no update iframe-1, all caches should have been deleted before this test", "*"); };
7 </script>
8 </html>