| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |