Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-image-fit-005-expected.html
blobe32de354f0771c5c56c21a605f62cec6e4fb392c
1 <html>
2 <head>
3 <style>
4 #image-shape {
5 float: left;
6 width: 100px;
7 height: 200px;
8 object-fit: cover;
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' width='10px' height='100px'><rect width='10' height='100' fill='blue'/></svg>">
19 </img>
20 X<br>X<br>X<br>X<br>X
21 </div>
22 </body>
23 </html>