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

Side by Side Diff: LayoutTests/inspector/debugger-suspend-active-dom-objects.html

Issue 3446004: Merge 66813 - 2010-08-31 Yury Semikhatsky <yurys@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 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/debugger-suspend-active-dom-objects-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-test2.js"></script> 3 <script src="../http/tests/inspector/inspector-test2.js"></script>
4 <script src="../http/tests/inspector/debugger-test2.js"></script> 4 <script src="../http/tests/inspector/debugger-test2.js"></script>
5 <script> 5 <script>
6 6
7 function testFunction() { 7 function testFunction() {
8 setTimeout("void 0", 0); // Create a timer that will be suspended on a break point. 8 setTimeout("void 0", 0); // Create a timer that will be suspended on a break point.
9 debugger; 9 debugger;
10 } 10 }
(...skipping 25 matching lines...) Expand all
36 <body onload="runTest()"> 36 <body onload="runTest()">
37 <p> 37 <p>
38 Tests that browser won't crash if user evaluates something in the console 38 Tests that browser won't crash if user evaluates something in the console
39 that would suspend active dom objects (e.g. if user attempts to show an alert) 39 that would suspend active dom objects (e.g. if user attempts to show an alert)
40 when script execution is paused on a breakpoint and all active dom objects 40 when script execution is paused on a breakpoint and all active dom objects
41 are already suspended. 41 are already suspended.
42 </p> 42 </p>
43 43
44 </body> 44 </body>
45 </html> 45 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/debugger-suspend-active-dom-objects-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698