Index: LayoutTests/fullscreen/full-screen-cancel-nested-expected.txt |
diff --git a/LayoutTests/fullscreen/full-screen-twice-expected.txt b/LayoutTests/fullscreen/full-screen-cancel-nested-expected.txt |
similarity index 52% |
copy from LayoutTests/fullscreen/full-screen-twice-expected.txt |
copy to LayoutTests/fullscreen/full-screen-cancel-nested-expected.txt |
index 5f1943df59d792e254165d76d2322d79e131a7d2..dbf7251f0819a5a6f6eb628f64bfae4e2a2f5343 100644 |
--- a/LayoutTests/fullscreen/full-screen-twice-expected.txt |
+++ b/LayoutTests/fullscreen/full-screen-cancel-nested-expected.txt |
@@ -1,6 +1,10 @@ |
+Test that webkitCancelFullScreen only exits one level of fullscreen |
+ |
+EVENT(webkitfullscreenchange) |
+EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLDivElement]') OK |
EVENT(webkitfullscreenchange) |
EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]') OK |
EVENT(webkitfullscreenchange) |
-EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLHtmlElement]') OK |
+EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLDivElement]') OK |
END OF TEST |