Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / basic / min-pref-width-nowrap-floats.html
blob9df49dc621efb8ce1c5f533ca7796bb244ba125f
1 <title>Test for rdar://problem/6036232 https://bugs.webkit.org/show_bug.cgi?id=18088</title>
2 <style>
3 span { margin-left: 4px; float: left; white-space: nowrap; color: blue; }
4 </style>
5 <div style="position: relative; width: 0; height: 96px;">
6 <div style="background-color: lightblue; position: absolute; width: auto; top: 0; left: 0; font-family: Ahem;">
7 <span>float</span>
8 <span>floa</span>
9 word
10 <span>flo</span>
11 <span>fl</span>
12 </div>
13 </div>
14 <div style="position: relative; width: 0; height: 112px;">
15 <div style="background-color: lightblue; position: absolute; width: auto; top: 0; left: 0; font-family: Ahem;">
16 <span>float</span>
17 <span>floa</span>
18 longer word
19 <span>flo</span>
20 <span>fl</span>
21 </div>
22 </div>