| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../../http/tests/inspector/inspector-test.js"></script> | 3 <script src="../../http/tests/inspector/inspector-test.js"></script> |
| 4 <script src="../../http/tests/inspector/console-test.js"></script> | 4 <script src="../../http/tests/inspector/console-test.js"></script> |
| 5 <script> | 5 <script> |
| 6 | 6 |
| 7 layoutTestController.setCanOpenWindows(); | 7 layoutTestController.setCanOpenWindows(); |
| 8 | 8 |
| 9 function doDialog() | 9 function doDialog() |
| 10 { | 10 { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 </head> | 22 </head> |
| 23 | 23 |
| 24 <body onload="runTest()"> | 24 <body onload="runTest()"> |
| 25 <p> | 25 <p> |
| 26 Test that any long api call from the frontend will not crash the inspected page'
s renderer if the page is reloaded or frontend is closed in the middle. | 26 Test that any long api call from the frontend will not crash the inspected page'
s renderer if the page is reloaded or frontend is closed in the middle. |
| 27 </p> | 27 </p> |
| 28 <a href="https://bugs.webkit.org/show_bug.cgi?id=60616">https://bugs.webkit.org/
show_bug.cgi?id=60616</a> | 28 <a href="https://bugs.webkit.org/show_bug.cgi?id=60616">https://bugs.webkit.org/
show_bug.cgi?id=60616</a> |
| 29 | 29 |
| 30 </body> | 30 </body> |
| 31 </html> | 31 </html> |
| OLD | NEW |