Chromium Code Reviews

Side by Side Diff: LayoutTests/fullscreen/full-screen-remove-ancestor-after-expected.txt

Issue 457663002: Convert more fullscreen tests to reftests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address feedback Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 This tests that, if the ancestor of the current full-screen element is removed, full screen mode will exit, and the document will render normally. At the comple tion of the test, a green box should be visible. Click go full screen to run the test.
2 EVENT(webkitfullscreenchange)
3 EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLDivElement]') OK
4 EVENT(webkitfullscreenchange)
5 EXPECTED (document.webkitCurrentFullScreenElement == 'null') OK
6 END OF TEST
7
OLDNEW

Powered by Google App Engine