Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / clip-001-expected.html
blob88c469865049e151197d600d2b90dbec8de60f0d
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>CSS Test: clip - auto value</title>
7 <style>
8 #green-layer
10 background-color: green;
11 height: 300px;
12 position: absolute;
13 width: 300px;
15 </style>
16 </head>
18 <body>
20 <p>There should be a big green square and <strong>no red</strong>.</p>
22 <div id="green-layer"></div>
23 </body></html>