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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-js-samping-codeobject-names.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="../tracing-test.js"></script> 4 <script src="../../tracing-test.js"></script>
5 <script> 5 <script>
6 function test() 6 function test()
7 { 7 {
8 Runtime.experiments.enableForTest("timelineTracingJSProfile"); 8 Runtime.experiments.enableForTest("timelineTracingJSProfile");
9 var rawNames = [ 9 var rawNames = [
10 "", 10 "",
11 "Script:", 11 "Script:",
12 "Script:http://example.com/alina?", 12 "Script:http://example.com/alina?",
13 "Script:http://example.com/:1", 13 "Script:http://example.com/:1",
14 "Script:http://example.com/:1:2", 14 "Script:http://example.com/:1:2",
(...skipping 17 matching lines...) Expand all
32 } 32 }
33 33
34 InspectorTest.completeTest(); 34 InspectorTest.completeTest();
35 } 35 }
36 36
37 </script> 37 </script>
38 </head> 38 </head>
39 <body onload="runTest()"> 39 <body onload="runTest()">
40 </body> 40 </body>
41 </html> 41 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698