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-023-expected.html
blobdf2a4162b72ef4a0a51383fada32348e085ef344
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>CSS Reference File</title>
5 <link rel="author" title="Hans Muller" href="hmuller@adobe.com"/>
6 <style type="text/css">
7 #container {
8 position: relative;
9 width: 200px;
10 font-family: Ahem;
11 font-size: 40px;
12 text-align: right;
13 color: green;
15 #image {
16 float: right;
17 margin-left: 10px;
18 margin-top: 10px;
19 margin-bottom: 10px;
21 </style>
22 </head>
23 <body>
24 <p>The two green squares should appear 10 pixels to the left of and 10 pixels below the blue square, respectively. The test passes if no red is visible.</p>
25 <div id="container">
26 <img id="image" src="data:image/svg+xml;utf8,<svg width='20px' height='20px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' fill='blue'/></svg>"/>
27 X<br>X
28 </div>
29 </body>
30 </html>