blob: 62621a4f63541adf474a3b15fbfa850e3d73e034 [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()
{
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>