split-inner-inline-2-ref.html (435B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Test Reference</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 <span>First line 7 <span style="border: 5px solid blue; border-right: none"></span> 8 </span> 9 <div>Second line</div> 10 <span> 11 <span style="border: 5px solid blue; border-left: none"></span> 12 Third line, yes 13 </span>