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

Unified Diff: LayoutTests/inspector/tracing/hit-test-expected.txt

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-expected.txt
diff --git a/LayoutTests/inspector/tracing/hit-test-expected.txt b/LayoutTests/inspector/tracing/hit-test-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..fc42ea4055e5c5526dab138dff04eb6d6f61ae24
--- /dev/null
+++ b/LayoutTests/inspector/tracing/hit-test-expected.txt
@@ -0,0 +1,20 @@
+Tests instrumentation for Timeline HitTest event.
+
+HitTest Properties:
+{
+ children : <object>
+ data : {
+ endData : {
+ nodeId : <number>
+ nodeName : "#text"
+ rectilinear : true
+ x : 10
+ y : 10
+ }
+ }
+ endTime : <number>
+ startTime : <number>
+ thread : <string>
+ type : "HitTest"
+}
+

Powered by Google App Engine
This is Rietveld 408576698