| <html manifest="quota-origin-iframe-3.manifest"> |
| <script> |
| // iframe-3 is expected to succeed once the quota has been increased. |
| applicationCache.oncached = function() { parent.postMessage("PASS - cached iframe-3", "*"); }; |
| applicationCache.onerror = function() { parent.postMessage("FAIL - error caching iframe-3, expected this to succeed with the quota increased", "*"); }; |
| applicationCache.onnoupdate = function() { parent.postMessage("FAIL - no update iframe-3, all caches should have been deleted before this test", "*"); }; |
| </script> |
| </html> |