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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-js-samping-tracing.html

Issue 2145873002: [DevTools] Split inspector/tracing into subdirectories to speed things up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../http/tests/inspector/inspector-test.js"></script> 3 <script src="../../../http/tests/inspector/inspector-test.js"></script>
4 <script src="../../http/tests/inspector/timeline-test.js"></script> 4 <script src="../../../http/tests/inspector/timeline-test.js"></script>
5 <script> 5 <script>
6 function test() 6 function test()
7 { 7 {
8 var sessionId = "6.23"; 8 var sessionId = "6.23";
9 var rawTraceEvents = [ 9 var rawTraceEvents = [
10 { 10 {
11 "args": { 11 "args": {
12 "name": "Renderer" 12 "name": "Renderer"
13 }, 13 },
14 "cat": "__metadata", 14 "cat": "__metadata",
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 }); 470 });
471 471
472 InspectorTest.completeTest(); 472 InspectorTest.completeTest();
473 } 473 }
474 474
475 </script> 475 </script>
476 </head> 476 </head>
477 <body onload="runTest()"> 477 <body onload="runTest()">
478 </body> 478 </body>
479 </html> 479 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698