blob: 6469260c06c40fb0898aef39828570833dab76dc [file] [log] [blame]
<html>
<head>
<script src="../../http/tests/inspector/inspector-test.js"></script>
<script src="../../http/tests/inspector/timeline-test.js"></script>
<script>
function performActions()
{
console.timeStamp("TIME STAMP");
}
function test()
{
InspectorTest.performActionsAndPrint("performActions()", "TimeStamp", true);
}
</script>
</head>
<body onload="runTest()">
<p>
Tests the Timeline API timeStamp feature
</p>
</body>
</html>