Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / nested-floats-expand-formatting-context-expected.html
blobf570b4f0ae65bbe544b7f7b8860337c18fa01ef6
1 <!DOCTYPE html>
2 <style>
3 #section {
4 width: 200px;
5 height: 190px;
6 background: black;
9 </style>
10 <html>
11 <div id="section">
12 </div>
13 <p>crbug.com/477076: If a nested float doesn't overhang its container the block setting the formatting context should still expand to include it if necessary. </p>