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

Side by Side Diff: LayoutTests/http/tests/cache/cancel-during-revalidation-succeeded.html

Issue 8920011: Merge 102602 - Source/WebCore: A SubresourceLoader in the middle of revalidating (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 9 years 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/cache/cancel-during-revalidation-succeeded-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <link id="img" rel="stylesheet" href="resources/stylesheet304.php"> 3 <link id="img" rel="stylesheet" href="resources/stylesheet304.php">
4 </head> 4 </head>
5 <body> 5 <body>
6 It's possible for a successful revalidation to cause events to fire synchronousl y. 6 It's possible for a successful revalidation to cause events to fire synchronousl y.
7 We shouldn't crash if one of those events stops the load. 7 We shouldn't crash if one of those events stops the load.
8 See https://bugs.webkit.org/show_bug.cgi?id=72762. 8 See https://bugs.webkit.org/show_bug.cgi?id=72762.
9 <script> 9 <script>
10 if (window.layoutTestController) { 10 if (window.layoutTestController) {
(...skipping 13 matching lines...) Expand all
24 } 24 }
25 25
26 function finish() { 26 function finish() {
27 if (window.layoutTestController) 27 if (window.layoutTestController)
28 layoutTestController.notifyDone(); 28 layoutTestController.notifyDone();
29 } 29 }
30 </script> 30 </script>
31 <object type="application/x-no-such-mime" onbeforeload="obl();"></embed> 31 <object type="application/x-no-such-mime" onbeforeload="obl();"></embed>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/cache/cancel-during-revalidation-succeeded-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698