Chromium Code Reviews

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.
Jump to:
View unified diff |
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...)
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