summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/first-letter-float-block-expected.html
blob: 7dfe7d3b88a76825573678606f0cef683ea89bf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<style type="text/css">
  #inner { font-size: 200px }
</style>
<p>This test is successful if the word Foo is fully contained inside the
surrounding border.</p>
<div style="height: 200px; width: 300px; overflow: scroll;">
  <div style="float: left; border: 3px solid;">
    <div><span id="inner">F</span>oo</div>
  </div>
</div>