Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-line-spans-box-corners-expected.html
blob191a9b746de2e8c217031d86fec54a209bb52aec
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 #container {
6 font: 100px/1 Ahem, sans-serif;
7 width: 200px;
8 height: 200px;
9 color: green;
12 #left-border-box {
13 float: left;
14 border-radius: 50px;
15 width: 100px;
16 height: 100px;
17 background-color: blue;
18 background-clip: border-box;
20 </style>
21 </head>
22 <body>
23 <div id="container">
24 <div id="left-border-box"></div>
26 </div>
27 </body>
28 </html>