border-image-repeat-space-8-ref.html (679B)
1 <!doctype html> 2 <html> 3 <title>Reference: border-image-repeat:space with non-initial border-image-width</title> 4 <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com"> 5 <style> 6 div { 7 border: 27px solid; 8 border-image: url("support/border.png") 27 space; 9 border-image-width: 1; 10 } 11 </style> 12 13 <div style="width: 505px; height: 50px"></div> 14 <div style="width: 475px; height: 0px"></div> 15 <div style="width: 475px; height: 1px"></div> 16 <div style="width: 26px; height: 26px"></div> 17 <div style="width: 53px; height: 53px"></div> 18 <div style="width: 55px; height: 55px"></div> 19 <div style="width: 505px; height: 50px; writing-mode: vertical-rl"></div> 20 21 </html>