Index: LayoutTests/fast/events/touch/overlayfullscreenvideo/compositor-touch-hit-rects-fullscreen-video-controls-expected.txt |
diff --git a/LayoutTests/fast/events/touch/overlayfullscreenvideo/compositor-touch-hit-rects-fullscreen-video-controls-expected.txt b/LayoutTests/fast/events/touch/overlayfullscreenvideo/compositor-touch-hit-rects-fullscreen-video-controls-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7f119b9fb6f0edc595448c6aa7ed316dc220ad1a |
--- /dev/null |
+++ b/LayoutTests/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. |
Rick Byers
2014/06/10 21:39:57
Nit: tweak the test description for the fact that
|
+ |
+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 |
+#document (0, 0, 800, 600) FAIL |
+END OF TEST |
+ |