Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-floats-margin-crash-expected.html
blob092c522fdefbfeae109673bbd590f2cc459d89f7
1 <!DOCTYPE html>
2 <html>
3 <style>
4 #wrapped-text {
5 font-size: 30px;
6 line-height: 1;
9 #image-valued-shape {
10 float: left;
11 width: 100px;
12 height: 100px;
13 margin-left: 30px;
14 background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px'><rect x='0' y='0' width='100' height='100' fill='green'/></svg>");
15 background-repeat: no-repeat;
17 </style>
18 <body>
19 <p>The A-C text should appear above and then to the right of the green rectangle. This test should not crash.</p>
20 <div id="wrapped-text">
21 <div style="height: 30px">A</div>
22 <div id="image-valued-shape"></div>B<br>C
23 </div>
24 </body>
25 </html>