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

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

Issue 451483004: Convert fullscreen pixel tests to reftests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: consistency 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 <html>
3 <head>
4 <style>
5 body {
6 background-color: black;
7 }
8 div {
9 width: 200px;
10 height: 100px;
11 border: 4px solid darkgreen;
12 background-color: green;
13 position: absolute;
14 left: 50%;
15 top: 50%;
16 margin-left: -104px;
17 margin-top: -54px;
18 }
19 </style>
20 </head>
21 <body>
22 <div></div>
23 </body>
24 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698