Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / caption-encloses-overhanging-float-expected.html
blob36ed439fa5a2a1bed877b77c096d77a2515f25f0
1 <!DOCTYPE html>
2 <html>
3 <head>
4 </head>
5 <body>
6 <!--
7 https://bugs.webkit.org/show_bug.cgi?id=76664
8 The 'a' should be in a red box that sits on the bottom left of an enclosing yellow box.
9 -->
10 <style>
11 .caption1 { background-color:yellow; width: 40px; display: inline-block;}
12 .fl { float: left; background-color:red;}
13 </style>
14 <div class="caption1">caption1<div class="fl">a</div></div>
15 </body>
16 </html>