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

Side by Side Diff: LayoutTests/inspector/tracing/timeline-enum-stability.html

Issue 715803002: DevTools: merge TracingTimelineModel into TimelineModel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 | Annotate | Revision Log
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> 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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698