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/console-test.js"></script> | 4 <script src="../../../http/tests/inspector/console-test.js"></script> |
5 <script src="../../http/tests/inspector/timeline-test.js"></script> | 5 <script src="../../../http/tests/inspector/timeline-test.js"></script> |
6 <script src="resources/timeline-data.js"></script> | 6 <script src="../resources/timeline-data.js"></script> |
7 <script> | 7 <script> |
8 | 8 |
9 function test() | 9 function test() |
10 { | 10 { |
11 var timeline = WebInspector.panels.timeline; | 11 var timeline = WebInspector.panels.timeline; |
12 timeline._onModeChanged(); | 12 timeline._onModeChanged(); |
13 timeline._currentViews[0]._automaticallySizeWindow = true; | 13 timeline._currentViews[0]._automaticallySizeWindow = true; |
14 | 14 |
15 function requestWindowTimesHook(startTime, endTime) | 15 function requestWindowTimesHook(startTime, endTime) |
16 { | 16 { |
(...skipping 10 matching lines...) Expand all Loading... |
27 </script> | 27 </script> |
28 </head> | 28 </head> |
29 | 29 |
30 <body onload="runTest()"> | 30 <body onload="runTest()"> |
31 <p> | 31 <p> |
32 Tests the TimelineFlameChart automatically sized window. | 32 Tests the TimelineFlameChart automatically sized window. |
33 </p> | 33 </p> |
34 | 34 |
35 </body> | 35 </body> |
36 </html> | 36 </html> |
OLD | NEW |