float-inside-inline-between-blocks-1.html (609B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 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 <link rel="match" href="float-inside-inline-between-blocks-1-ref.html"> 8 <span style="position: relative; left: 100px"> 9 <span style="display: block"> 10 aaa 11 </span> 12 <span style="float: left">bbb</span> 13 <span style="display: block"> 14 aaa 15 </span> 16 </span>