Index: LayoutTests/fullscreen/full-screen-min-max-width-height-video-expected.txt |
diff --git a/LayoutTests/fullscreen/full-screen-min-max-width-height-video-expected.txt b/LayoutTests/fullscreen/full-screen-min-max-width-height-video-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..95e90f26802ba5076f42a631472442336c88a7e6 |
--- /dev/null |
+++ b/LayoutTests/fullscreen/full-screen-min-max-width-height-video-expected.txt |
@@ -0,0 +1,9 @@ |
+EVENT(webkitfullscreenchange) |
+EXPECTED (computedStyle.minWidth == '0px') OK |
+EXPECTED (computedStyle.maxWidth == 'none') OK |
+EXPECTED (computedStyle.minHeight == '0px') OK |
+EXPECTED (computedStyle.maxHeight == 'none') OK |
+EXPECTED (computedStyle.width == '800px') OK |
+EXPECTED (computedStyle.height == '600px') OK |
+END OF TEST |
+ |