| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |