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-012-expected.html
blobc139277d6371bc2551b91f3152f5d86fe5c559eb
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>CSS Reference File</title>
5 <link rel="author" title="Zoltan Horvath" href="zoltan@adobe.com"/>
6 <style type="text/css">
7 .container {
8 position: absolute;
9 top: 70px;
10 left: 8px;
11 width: 200px;
12 height: 200px;
13 font-family: Ahem;
14 font-size: 20px;
15 line-height: 20px;
16 text-align: right;
17 color: green;
19 #image { float: right; }
20 </style>
21 </head>
22 <body>
23 <p>
24 The test passes if there's a green square with an image at top right with vertical white and green stripes.
25 There should be no red.
26 </p>
27 <div class="container">
28 <img id="image" src="support/right-half-rectangle.jpg"/>
29 XXXXX XXXXX XXXXX XXXXX XXXXX
30 XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX
31 </div>
32 </body>
33 </html>