Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / positioning / 027.html
blob5d30e1cde4db1412942a51a57c6dbe7148afd002
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html40/strict.dtd">
3 <!-- vim:sw=4:et:ts=4
4 -->
5 <html lang="en-US">
6 <head>
7 <title>z-index testcase: canvas background baseline (position: absolute)</title>
8 <meta http-equiv="Content-Style-Type" content="text/css">
9 <link rel="copyright" href="/~dbaron/legal.html">
10 <style type="text/css">
12 html, body {
13 width: 100%;
14 height: 100%;
15 margin: 0;
16 padding: 0;
17 border: none;
20 body {
21 background: red;
24 div {
25 background: green;
26 position: absolute;
27 z-index: 1;
28 top: 0;
29 left: 0;
30 height: 100%;
31 width: 100%;
34 </style>
35 </head>
36 <body>
38 <div></div>
40 </body>
41 </html>