block-in-inline-insert-017-ref.xht (578B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Test Reference</title> 2 </head><body style="width: 0"> 3 <span style="border: 2px solid blue; border-right: none"></span> 4 <span style="display: block"></span> 5 <span style="border: 2px solid blue; border-left: none; border-right: none"> 6 a b 7 </span> 8 <span style="display: block"></span> 9 <span style="border: 2px solid blue; border-left: none;"> 10 c 11 </span> 12 13 14 </body></html>