| 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> | 4 <script> |
| 5 | 5 |
| 6 function test() | 6 function test() |
| 7 { | 7 { |
| 8 InspectorTest.addObject(WebInspector.TracingTimelineModel.RecordType); | 8 InspectorTest.addObject(WebInspector.TimelineModel.RecordType); |
| 9 InspectorTest.completeTest(); | 9 InspectorTest.completeTest(); |
| 10 } | 10 } |
| 11 | 11 |
| 12 </script> | 12 </script> |
| 13 </head> | 13 </head> |
| 14 | 14 |
| 15 <body onload="runTest()"> | 15 <body onload="runTest()"> |
| 16 <p> | 16 <p> |
| 17 Check to see that TimelineAgent record types are stable. | 17 Check to see that TimelineAgent record types are stable. |
| 18 </p> | 18 </p> |
| 19 | 19 |
| 20 <p> | 20 <p> |
| 21 Applications outside of WebKit depend on the stability of the mapping of | 21 Applications outside of WebKit depend on the stability of the mapping of |
| 22 these types to these specific values. | 22 these types to these specific values. |
| 23 </p> | 23 </p> |
| 24 | 24 |
| 25 </body> | 25 </body> |
| 26 </html> | 26 </html> |
| OLD | NEW |