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

Side by Side Diff: LayoutTests/inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html

Issue 11361236: Merge 133569 - Web Inspector: JavaScript web workers debugging crashes (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month 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-protocol/debugger-terminate-dedicated-worker-while-paused-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 type="text/javascript" src="../http/tests/inspector-protocol/resources/p rotocol-test.js"></script> 3 <script type="text/javascript" src="../http/tests/inspector-protocol/resources/p rotocol-test.js"></script>
4 <script> 4 <script>
5 5
6 6
7 var worker; 7 var worker;
8 8
9 function startWorkerAndRunTest() 9 function startWorkerAndRunTest()
10 { 10 {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 InspectorTest.completeTest(); 74 InspectorTest.completeTest();
75 } 75 }
76 76
77 } 77 }
78 </script> 78 </script>
79 </head> 79 </head>
80 <body onLoad="startWorkerAndRunTest();">Test that inspected page won't crash if inspected worker is terminated while it is paused. Test passes if it doesn't cra sh. 80 <body onLoad="startWorkerAndRunTest();">Test that inspected page won't crash if inspected worker is terminated while it is paused. Test passes if it doesn't cra sh.
81 <a href="https://bugs.webkit.org/show_bug.cgi?id=101065">Bug 101065.</a> 81 <a href="https://bugs.webkit.org/show_bug.cgi?id=101065">Bug 101065.</a>
82 </body> 82 </body>
83 </html> 83 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector-protocol/debugger-terminate-dedicated-worker-while-paused-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698