Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-image-fit-002-expected.html
blob42f0d08a0fe3dd70f6f5096d12a21f3fdfc25d5f
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 X<br>X<br>X<br>X<br>X
19 </div>
20 </body>
21 </html>