layout/reftests/ib-split/float-inside-inline-between-blocks-1.html

branch
TOR_BUG_9701
changeset 11
deefc01c0e14
equal deleted inserted replaced
-1:000000000000 0:8493b3f8d447
1 <!DOCTYPE html>
2 <html>
3 <title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
4 <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
5 <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
6 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level"/>
7 <meta name="flags" content="" />
8 <body>
9 <span style="position: relative; left: 100px">
10 <span style="display: block">
11 aaa
12 </span>
13 <span style="float: left">bbb</span>
14 <span style="display: block">
15 aaa
16 </span>
17 </span>
18 </body>
19 </html>

mercurial