| 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 62%
|
| copy from LayoutTests/fullscreen/full-screen-twice-expected.txt
|
| copy to LayoutTests/fullscreen/full-screen-cancel-nested-expected.txt
|
| index 5f1943df59d792e254165d76d2322d79e131a7d2..c2f7253419b2c611ef41f58f33a0256a6cbe36cf 100644
|
| --- a/LayoutTests/fullscreen/full-screen-twice-expected.txt
|
| +++ b/LayoutTests/fullscreen/full-screen-cancel-nested-expected.txt
|
| @@ -1,6 +1,8 @@
|
| EVENT(webkitfullscreenchange)
|
| +EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLBodyElement]') OK
|
| +EVENT(webkitfullscreenchange)
|
| EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]') OK
|
| EVENT(webkitfullscreenchange)
|
| -EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLHtmlElement]') OK
|
| +EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLBodyElement]') OK
|
| END OF TEST
|
|
|
|
|