blob: 24e7a7a6dbea048835baebc93e86782fd07a50b3 [file] [log] [blame]
<html>
<head>
<script src="../http/tests/inspector/inspector-test.js"></script>
<script src="timeline-test.js"></script>
<script>
function performActions()
{
console.markTimeline("MARK TIMELINE");
}
function doit()
{
printTimelineRecords(performActions, "MarkTimeline");
}
</script>
</head>
<body onload="onload()">
<p>
Tests the Timeline API mark feature
</p>
</body>
</html>