tor-browser

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

image-rendering-border-image-notref.html (224B)


      1 <!doctype html>
      2 <title>CSS Test Reference</title>
      3 <style>
      4 div {
      5  width: 200px;
      6  height: 150px;
      7  background-color: black;
      8  border: solid 4px;
      9  border-image: url(support/small-border.png) 4 / 16px;
     10 }
     11 </style>
     12 <div></div>