Index: LayoutTests/media/video-controls-attribute-fullscreen-expected.txt |
diff --git a/LayoutTests/media/video-controls-attribute-fullscreen-expected.txt b/LayoutTests/media/video-controls-attribute-fullscreen-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4a69c8285a6ea30420f90f0e7a046314499f4b11 |
--- /dev/null |
+++ b/LayoutTests/media/video-controls-attribute-fullscreen-expected.txt |
@@ -0,0 +1,9 @@ |
+Test that the controls attribute is not affected by fullscreen |
+ |
+EVENT(loadeddata) |
+EXPECTED (video.controls == 'false') OK |
+RUN(video.webkitRequestFullscreen()) |
+EVENT(webkitfullscreenchange) |
+EXPECTED (video.controls == 'false') OK |
+END OF TEST |
+ |