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="../../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 = "4.20"; | 8 var sessionId = "4.20"; |
9 var mainThread = 1; | 9 var mainThread = 1; |
10 var pid = 100; | 10 var pid = 100; |
11 | 11 |
12 var commonMetadata = [ | 12 var commonMetadata = [ |
13 { | 13 { |
14 "args": { "sessionId": sessionId }, | 14 "args": { "sessionId": sessionId }, |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 </script> | 64 </script> |
65 </head> | 65 </head> |
66 | 66 |
67 <body onload="runTest()"> | 67 <body onload="runTest()"> |
68 <p> | 68 <p> |
69 Test trace-specific implementation of timeline model | 69 Test trace-specific implementation of timeline model |
70 </p> | 70 </p> |
71 | 71 |
72 </body> | 72 </body> |
73 </html> | 73 </html> |
OLD | NEW |