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

Unified Diff: LayoutTests/virtual/hittesting/fast/events/touch/overlayfullscreenvideo/compositor-touch-hit-rects-fullscreen-video-controls-expected.txt

Issue 317373007: Report correct touch hit rects for fullscreen HTML5 video on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add virtual test Created 6 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/virtual/hittesting/fast/events/touch/overlayfullscreenvideo/compositor-touch-hit-rects-fullscreen-video-controls-expected.txt
diff --git a/LayoutTests/virtual/hittesting/fast/events/touch/overlayfullscreenvideo/compositor-touch-hit-rects-fullscreen-video-controls-expected.txt b/LayoutTests/virtual/hittesting/fast/events/touch/overlayfullscreenvideo/compositor-touch-hit-rects-fullscreen-video-controls-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1ae23772ac259ca3d7dc61de82d00b86ec11b84d
--- /dev/null
+++ b/LayoutTests/virtual/hittesting/fast/events/touch/overlayfullscreenvideo/compositor-touch-hit-rects-fullscreen-video-controls-expected.txt
@@ -0,0 +1,9 @@
+This test makes sure that touch hit rects are reported for fullscreen HTML5 video control elements when RuntimeEnabledFeatures::overlayFullscreenVideoEnabled() is true.
+
+Should have single rect on document before fullscreen
+#document (0, 0, 800, 600) OK
+EVENT(webkitfullscreenchange)
+Should report another rect which is not on the document
+DIV (42, 3, 671, 24) OK
+END OF TEST
+

Powered by Google App Engine
This is Rietveld 408576698