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 e
= document
.elementFromPoint(10, 10);
14 InspectorTest
.performActionsAndPrint("performActions()", "HitTest");
20 <body onload=
"runTest()">
22 Tests instrumentation for Timeline HitTest event.