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

Unified Diff: LayoutTests/platform/linux/fast/events/touch/compositor-touch-hit-rects-expected.txt

Issue 17471008: Rework compositor touch hit testing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: CR feedback - accumulate LayoutRects instead of IntRects, disable when page isn't composited. Also… Created 7 years, 5 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/platform/linux/fast/events/touch/compositor-touch-hit-rects-expected.txt
diff --git a/LayoutTests/platform/linux/fast/events/touch/compositor-touch-hit-rects-expected.txt b/LayoutTests/platform/linux/fast/events/touch/compositor-touch-hit-rects-expected.txt
index bf3e9e64fd6ba8e6d3cf96e116bfa9ba1888c8bf..d9b9f2a38765e430666c54a1aa2f19bca647bfbc 100644
--- a/LayoutTests/platform/linux/fast/events/touch/compositor-touch-hit-rects-expected.txt
+++ b/LayoutTests/platform/linux/fast/events/touch/compositor-touch-hit-rects-expected.txt
@@ -1,16 +1,52 @@
-This tests verifies the hit test regions given to the compositor. It can only be run in DumpRenderTree. The outputted rects should cover the hit test regions of all the listed elements.
-
-normalFlow[0]: (8, 72, 769, 10)
-absoluteChildContainer[0]: (8, 102, 769, 10)
-absoluteChildContainer[1]: (118, 300, 140, 10)
-relativeChildContainer[0]: (8, 152, 769, 10)
-relativeChildContainer[1]: (128, 352, 140, 10)
-overhangingContainer[0]: (8, 202, 769, 10)
-overhangingContainer[1]: (8, 202, 110, 80)
-transformedChildContainer[0]: (62, 241, 661, 32)
-transformedChildContainer[1]: (8, 252, 769, 10)
-continuation[0]: (108, 302, 100, 10)
-inlineAbsoluteChildContainer[0]: (378, 300, 250, 10)
-inlineAbsoluteChildContainer[1]: (108, 352, 270, 10)
-document[0]: (0, 0, 785, 1024)
+This tests verifies the hit test regions given to the compositor. It can only be run in DumpRenderTree. The outputted rects should cover the hit test regions of all the listed elements. Enable visualize mode to quickly validate graphically.
+
+normalFlow[0]: #document (13, 128, 290, 12)
+normalFlow[1]: #document (84, 128, 42, 12)
+
+inlineOverflow[0]: #document (13, 145, 17, 22)
+inlineOverflow[1]: #document (14, 145, 151, 12)
+inlineOverflow[2]: #document (14, 155, 41, 12)
+inlineOverflow[3]: #document (14, 146, 151, 10)
+inlineOverflow[4]: #document (14, 156, 41, 10)
+
+absoluteChildContainer[0]: #document (13, 172, 290, 12)
+absoluteChildContainer[1]: #document (320, 173, 142, 12)
+
+relativeChildContainer[0]: #document (13, 189, 290, 22)
+relativeChildContainer[1]: #document (314, 199, 142, 12)
+
+translate[0]: #document (13, 216, 290, 14)
+translate[1]: #document (314, 219, 288, 12)
+
+transform2d[0]: #document (16, 236, 284, 20)
+
+overhangingContainer[0]: #document (13, 262, 290, 12)
+overhangingContainer[1]: #document (14, 263, 102, 42)
+overhangingContainer[2]: #document (15, 264, 110, 10)
+overhangingContainer[3]: #document (15, 284, 110, 10)
+
+transform3d[0]: DIV#transform3dChild (0, 0, 288, 12)
+transform3d[1]: #document (13, 315, 290, 14)
+
+continuation[0]: #document (13, 338, 101, 12)
+continuation[1]: #document (13, 349, 290, 12)
+continuation[2]: #document (13, 349, 290, 12)
+continuation[3]: #document (13, 360, 121, 12)
+
+inlineAbsoluteChildContainer[0]: #document (13, 375, 262, 12)
+inlineAbsoluteChildContainer[1]: #document (320, 376, 252, 12)
+
+list[0]: #document (13, 396, 290, 14)
+list[1]: #document (341, 398, 5, 10)
+list[2]: #document (354, 397, 248, 12)
+
+styleModified[0]: #document (13, 420, 290, 22)
+
+scrollContent[0]: #document (14, 461, 273, 12)
+
+containsSvg[0]: #document (13, 477, 290, 16)
+containsSvg[1]: #document (14, 478, 102, 12)
+
+svgline[0]: #document (13, 498, 100, 10)
+

Powered by Google App Engine
This is Rietveld 408576698