3 <script src=
"../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../http/tests/inspector/timeline-test.js"></script>
7 function performActions()
9 var element
= document
.createElement("div");
10 element
.innerHTML
= "Test data";
11 document
.body
.appendChild(element
);
16 InspectorTest
.performActionsAndPrint("performActions()", "ParseHTML");
22 <body onload=
"runTest()">
24 Tests the Timeline API instrumentation of ParseHTML