Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / inline-float.html
blob1bf97d89c1b012ded685114c80f13a757969a5ed
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <script src="resources/autosizingTest.js"></script>
5 </head>
6 <body style="margin: 0; overflow: hidden">
7 <div>
8 To exercise BreakingContext::handleFloat, some text occurs before the float.
9 <span style="float:left">
10 This test verifies that text inside an inline floated element is autosized. I'm just adding lines so this text is long enough to autosize. I'm just adding lines so this text is long enough to autosize. I'm just adding lines so this text is long enough to autosize. I'm just adding lines so this text is long enough to autosize. I'm just adding lines so this text is long enough to autosize. I'm just adding lines so this text is long enough to autosize.
11 </span>
12 </div>
13 </body>
14 </html>