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

Unified Diff: LayoutTests/fast/events/touch/compositor-touch-hit-rects-iframes-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/fast/events/touch/compositor-touch-hit-rects-iframes-expected.txt
diff --git a/LayoutTests/fast/events/touch/compositor-touch-hit-rects-iframes-expected.txt b/LayoutTests/fast/events/touch/compositor-touch-hit-rects-iframes-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2eccfee51de3ae30f7cabbd35bae99f11a5f23c4
--- /dev/null
+++ b/LayoutTests/fast/events/touch/compositor-touch-hit-rects-iframes-expected.txt
@@ -0,0 +1,11 @@
+This tests verifies the hit test regions given to the compositor when non-composited iframes are involved. 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.
+
+iframe[0]: #document (23, 123, 290, 22)
+
+iframe-nested[0]: #document (33, 161, 290, 22)
+
+iframe-transform[0]: #document (34, 199, 320, 31)
+
+iframe-doc[0]: #document (10, 253, 385, 58)
+
+

Powered by Google App Engine
This is Rietveld 408576698