remove-from-split-inline-6-noib-ref.html (466B)
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 <style> 7 body > span { border: 3px solid blue } 8 #one { border-right: none; } 9 #four { border-left: none; } 10 </style> 11 <body> 12 <span id="one"> 13 One 14 </span> 15 <div>Two</div> 16 <div>Three</div> 17 <span id="four"> 18 Four 19 </span> 20 </body>