Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fullscreen / full-screen-remove-ancestor-after-expected.html
bloba86feeaab015b349bda5f4bf631d140517ad3fd2
1 <!DOCTYPE html>
2 <style>
3 #one {
4 border: 4px solid darkgreen;
5 background-color: green;
6 width: 600px;
7 height: 400px;
8 padding: 4px;
10 </style>
11 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 completion of the test, a green box should be visible. Click <button>go full screen</button> to run the test.
12 <div id="one"></div>
13 <div>END OF TEST</div>