Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: LayoutTests/inspector/tracing/hit-test.html

Issue 1170153004: DevTools Timeline: expose HitTest event (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « no previous file | LayoutTests/inspector/tracing/hit-test-expected.txt » ('j') | Source/core/layout/LayoutView.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698