Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / first-letter-float-block-expected.html
blob7dfe7d3b88a76825573678606f0cef683ea89bf9
1 <!DOCTYPE html>
2 <style type="text/css">
3 #inner { font-size: 200px }
4 </style>
5 <p>This test is successful if the word Foo is fully contained inside the
6 surrounding border.</p>
7 <div style="height: 200px; width: 300px; overflow: scroll;">
8 <div style="float: left; border: 3px solid;">
9 <div><span id="inner">F</span>oo</div>
10 </div>
11 </div>