| Index: LayoutTests/inspector/tracing/hit-test.html
|
| diff --git a/LayoutTests/inspector/tracing/timeline-mark-timeline.html b/LayoutTests/inspector/tracing/hit-test.html
|
| similarity index 62%
|
| copy from LayoutTests/inspector/tracing/timeline-mark-timeline.html
|
| copy to LayoutTests/inspector/tracing/hit-test.html
|
| index 837bd5e61532260aaf330abec7d1c508168c8dba..d76b6a7bca745936acc862a29401564bf25382d7 100644
|
| --- a/LayoutTests/inspector/tracing/timeline-mark-timeline.html
|
| +++ b/LayoutTests/inspector/tracing/hit-test.html
|
| @@ -6,12 +6,12 @@
|
|
|
| function performActions()
|
| {
|
| - console.markTimeline("MARK TIMELINE");
|
| + var e = document.elementFromPoint(10, 10);
|
| }
|
|
|
| function test()
|
| {
|
| - InspectorTest.performActionsAndPrint("performActions()", "TimeStamp");
|
| + InspectorTest.performActionsAndPrint("performActions()", "HitTest");
|
| }
|
|
|
| </script>
|
| @@ -19,7 +19,7 @@ function test()
|
|
|
| <body onload="runTest()">
|
| <p>
|
| -Tests the Timeline API mark feature
|
| +Tests instrumentation for Timeline HitTest event.
|
| </p>
|
|
|
| </body>
|
|
|