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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-time-stamp.html

Issue 183893010: DevTools: extract TimelineModel.Record from TimelinePresentationModel.Record. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 6 years, 9 months 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 src="../../http/tests/inspector/timeline-test.js"></script> 4 <script src="../../http/tests/inspector/timeline-test.js"></script>
5 <script> 5 <script>
6 6
7 function performActions() 7 function performActions()
8 { 8 {
9 console.timeStamp("TIME STAMP"); 9 console.timeStamp("TIME STAMP");
10 } 10 }
11 11
12 function test() 12 function test()
13 { 13 {
14 WebInspector.TimelineModel._doNotAssignEndTime = true;
15 InspectorTest.performActionsAndPrint("performActions()", "TimeStamp", true); 14 InspectorTest.performActionsAndPrint("performActions()", "TimeStamp", true);
16 } 15 }
17 16
18 </script> 17 </script>
19 </head> 18 </head>
20 19
21 <body onload="runTest()"> 20 <body onload="runTest()">
22 <p> 21 <p>
23 Tests the Timeline API timeStamp feature 22 Tests the Timeline API timeStamp feature
24 </p> 23 </p>
25 24
26 </body> 25 </body>
27 </html> 26 </html>
OLDNEW
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-time.html ('k') | LayoutTests/inspector/timeline/timeline-timer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698