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

Side by Side Diff: third_party/WebKit/LayoutTests/fullscreen/full-screen-zIndex-expected.html

Issue 1410833004: Revert "Implement FullScreen using top layer." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 body { 5 body {
6 background-color: black; 6 background-color: black;
7 } 7 }
8 div { 8 div {
9 width: 100%; 9 width: 200px;
10 height: 100%; 10 height: 100px;
11 border: 4px solid darkgreen; 11 border: 4px solid darkgreen;
12 background-color: green; 12 background-color: green;
13 position: absolute; 13 position: absolute;
14 box-sizing: border-box; 14 left: 50%;
15 top: 0px; 15 top: 50%;
16 left: 0px; 16 margin-left: -104px;
17 margin-top: -54px;
17 } 18 }
18 </style> 19 </style>
19 </head> 20 </head>
20 <body> 21 <body>
21 <div></div> 22 <div></div>
22 </body> 23 </body>
23 </html> 24 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698