Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / block-with-inline-replaced-child.html
blob8b715423ed5ab700f50c7a8c0ca8c7ba9c1ca214
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <div>Test for Bugzilla bug:<a href="https://bugs.webkit.org/show_bug.cgi?id=84624"> 84624</a> LayoutBlockFlow incorrectly calculates pref width when a replaced object follows a LayoutInline with width.</div>
5 <div>This test verifies that the containing block grows in order to accomodate it's replaced child (image).</div>
6 <div style="width: 50px">
7 <span style="float: left; border: 1px solid black;">
8 <span style="padding-left: 30px;"><img width=50 height=50 src="resources/50x50.gif"/></span>
9 </span>
10 </div>
11 </body>
12 </html>