tor-browser

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

470250-1.html (273B)


      1 <!doctype html>
      2 <html><head>
      3 <title>border-image, only middle part, testcase</title>
      4 <style>
      5 div {
      6  width: 48px;
      7  height: 48px;
      8  border-width: 0;
      9  border-style: solid;
     10  border-image: url(3x3green-1DD813.png) 0 fill;
     11 }
     12 </style>
     13 </head><body>
     14 <div></div>
     15 </body></html>