Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-image-fit-001-expected.html
blob2d1c9516d7dcf502cb3069c7e8f6fc3b97b44d62
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 #image-shape {
6 float: left;
7 width: 100px;
8 height: 200px;
11 #content {
12 font: 50px/1 Ahem, sans-serif;
13 color: green;
15 </style>
16 <div id="content">
17 <img id="image-shape"
18 src="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' fill='blue'/></svg>"/>
19 X<br>X<br>X<br>X<br>X
20 </div>
21 </body>
22 </html>