blob: 60cdfd296466e47f4a21a92c796f6521c7b87b8c [file]
<html>
<head>
<script src="../../http/tests/inspector/inspector-test.js"></script>
<script src="timeline-test.js"></script>
<script>
function performActions()
{
var element = document.createElement("div");
element.innerHTML = "Test data";
document.body.appendChild(element);
}
function test()
{
InspectorTest.performActionsAndPrint("performActions()", "ParseHTML");
}
</script>
</head>
<body onload="runTest()">
<p>
Tests the Timeline API instrumentation of ParseHTML
</p>
</body>
</html>