Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-floats-outermost-expected.html
blobc95e346c9144ab13d6a16cd3a9cfd83f0366b19f
1 <!DOCTYPE html>
2 <style>
3 .container {
4 line-height: 100px;
5 font: 100px/1 Ahem;
7 .short {
8 float: left;
9 width: 50px;
10 height: 20px;
11 clear: left;
12 margin-bottom: 10px;
13 background-color: black;
15 </style>
16 <body>
17 <div class="container">
18 <div class="short"></div>
19 <div class="short"></div>
20 <div class="short"></div>
21 XXXX
22 </div>
23 </body>