Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fullscreen / full-screen-zIndex-expected.html
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>