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

Side by Side Diff: LayoutTests/inspector-protocol/debugger-pause-dedicated-worker.html

Issue 11275274: Merge 133030 - Web Inspector: page crash when pausing in dedicated worker (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
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 InspectorTest.completeTest(); 67 InspectorTest.completeTest();
68 } 68 }
69 } 69 }
70 70
71 } 71 }
72 </script> 72 </script>
73 </head> 73 </head>
74 <body onLoad="startWorkerAndRunTest();"> 74 <body onLoad="startWorkerAndRunTest();">
75 </body> 75 </body>
76 </html> 76 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698