Index: LayoutTests/fullscreen/full-screen-unprefixed-and-prefixed-expected.txt |
diff --git a/LayoutTests/fullscreen/full-screen-unprefixed-and-prefixed-expected.txt b/LayoutTests/fullscreen/full-screen-unprefixed-and-prefixed-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a22e415f56d356d1282c44fa14b37138bd64d818 |
--- /dev/null |
+++ b/LayoutTests/fullscreen/full-screen-unprefixed-and-prefixed-expected.txt |
@@ -0,0 +1,14 @@ |
+EVENT(fullscreenchange) |
+EXPECTED (document.fullscreenElement == '[object HTMLDivElement]') OK |
+EXPECTED (document.webkitFullscreenElement == '[object HTMLDivElement]') OK |
+EVENT(webkitfullscreenchange) |
+EXPECTED (document.fullscreenElement == '[object HTMLSpanElement]') OK |
+EXPECTED (document.webkitFullscreenElement == '[object HTMLSpanElement]') OK |
+EVENT(webkitfullscreenchange) |
+EXPECTED (document.fullscreenElement == '[object HTMLDivElement]') OK |
+EXPECTED (document.webkitFullscreenElement == '[object HTMLDivElement]') OK |
+EVENT(fullscreenchange) |
+EXPECTED (document.fullscreenElement == 'null') OK |
+EXPECTED (document.webkitFullscreenElement == 'null') OK |
+END OF TEST |
+ |