Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-linear-gradient-expected.html
blob03e1958b52b3fbdc7225d505f2e9368cfacc8088
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 #image-shape {
6 float: left;
7 width: 25px; /* shape-outside intervals derived from images are end-point exclusive */
8 height: 100px;
11 #content {
12 font: 50px/1 Ahem, sans-serif;
13 width: 600px;
14 color: green;
16 </style>
17 <div id="content">
18 <div id="image-shape"></div>
19 X<br>X<br>X
20 </div>
21 </body>
22 </html>