Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / inspector / timeline-mark-timeline.html
blobda8c4100ead69528a7b46c35ee295546ceb0f14c
1 <html>
2 <head>
3 <script src="inspector-test.js"></script>
4 <script src="timeline-test.js"></script>
5 <script>
7 function performActions()
9 console.markTimeline("MARK TIMELINE");
12 function doit()
14 printTimelineRecords(performActions, "MarkTimeline");
17 </script>
18 </head>
20 <body onload="onload()">
21 <p>
22 Tests the Timeline API mark feature
23 </p>
25 </body>
26 </html>