Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <html manifest="THIS_FILE_DOES_NOT_EXIST.manifest"> | 1 <html manifest="THIS_FILE_DOES_NOT_EXIST.manifest"> |
| 2 <script src="THIS_FILE_DOES_NOT_EXIST.js"></script> | 2 <script src="THIS_FILE_DOES_NOT_EXIST.js"></script> |
| 3 <script> | 3 <script> |
| 4 window.applicationCache.onchecking = function() { | 4 window.applicationCache.onchecking = function() { |
| 5 parent.killChildFrame(); | 5 parent.killChildFrame(); |
| 6 } | 6 } |
| 7 </script> | 7 </script> |
| 8 </html> | 8 </html> |
| OLD | NEW |