Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / imported / csswg-test / css-shapes-1 / shape-outside / shape-image / shape-image-013-expected.html
blob8224fea8957f81e4d5ffff918980ae1e51bf87de
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>CSS Reference File</title>
5 <link rel="author" title="Bem Jones-Bey" href="bjonesbe@adobe.com"/>
6 <style type="text/css">
7 .container {
8 width: 150px;
9 height: 100px;
11 img {
12 position: relative;
13 left: -50px;
15 .green {
16 float: left;
17 width: 50px;
18 height: 100px;
19 background: rgb(0, 100, 0);
21 </style>
22 </head>
23 <body>
24 <p>
25 The test passes if you see a solid green square. There should be no red.
26 </p>
27 <div class="container">
28 <div class="green"></div>
29 <img src="support/right-half-rectangle.png"/>
30 </div>
31 </body>
32 </html>