3 <script src=
"../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../http/tests/inspector/timeline-test.js"></script>
7 function performActions()
9 console
.markTimeline("MARK TIMELINE");
14 InspectorTest
.performActionsAndPrint("performActions()", "TimeStamp");
20 <body onload=
"runTest()">
22 Tests the Timeline API mark feature