tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

border-image-repeat-space-8z-ref.html (703B)


      1 <!doctype html>
      2 <html reftest-zoom="0.6">
      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 
      6 <style>
      7  div {
      8    border: 27px solid transparent;
      9    border-image: url("border.png") 27 space;
     10    border-image-width: 1;
     11  }
     12 </style>
     13 
     14 <div style="width: 505px; height: 50px"></div>
     15 <div style="width: 475px; height: 0px"></div>
     16 <div style="width: 475px; height: 1px"></div>
     17 <div style="width: 26px; height: 26px"></div>
     18 <div style="width: 53px; height: 53px"></div>
     19 <div style="width: 55px; height: 55px"></div>
     20 <div style="width: 505px; height: 50px; writing-mode: vertical-rl"></div>
     21 
     22 </html>