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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/worker/worker-console.html

Issue 2951643002: [DevTools] Prepare inspector-protocol tests to new test runner (Closed)
Patch Set: css3/fonts Created 3 years, 6 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 | « third_party/WebKit/LayoutTests/inspector-protocol/worker/exception-from-worker-contains-stack.html ('k') | no next file » | 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/inspecto r-protocol-test.js"></script> 3 <script type="text/javascript" src="../../http/tests/inspector-protocol/resource s/inspector-protocol-test.js"></script>
4 <script> 4 <script>
5 5
6 var worker; 6 var worker;
7 var onMessageCallbacks = {}; 7 var onMessageCallbacks = {};
8 8
9 function startWorker() 9 function startWorker()
10 { 10 {
11 var callback; 11 var callback;
12 var promise = new Promise((fulfill) => callback = fulfill); 12 var promise = new Promise((fulfill) => callback = fulfill);
13 worker = new Worker("../resources/worker-console-worker.js"); 13 worker = new Worker("../resources/worker-console-worker.js");
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 InspectorTest.safeWrap(nextStep)(runNextStep); 280 InspectorTest.safeWrap(nextStep)(runNextStep);
281 } 281 }
282 282
283 runNextStep(); 283 runNextStep();
284 } 284 }
285 </script> 285 </script>
286 </head> 286 </head>
287 <body onload="runTest()"> 287 <body onload="runTest()">
288 </body> 288 </body>
289 </html> 289 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector-protocol/worker/exception-from-worker-contains-stack.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698