Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

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

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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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;
9 }
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 compl etion 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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698