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

Side by Side Diff: LayoutTests/inspector/console/console-long-eval-crash.html

Issue 7062044: Merge 86507 - 2011-05-15 Ilya Tikhonovsky <loislo@chromium.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-long-eval-crash-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 <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
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>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-long-eval-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698