Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: LayoutTests/http/tests/appcache/resources/deferred-events-delete-while-raising-timer-2.html

Issue 9371035: Merge 107023 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698