tor-browser

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

1315113-1-ref.html (354B)


      1 <!DOCTYPE html>
      2 <html reftest-zoom="2">
      3 <meta charset="utf-8">
      4 <title>Reference for test for bug 1315113: Gradient in border image</title>
      5 <style>
      6 
      7 body {
      8  margin: 0;
      9 }
     10 
     11 #box {
     12  width: 200px;
     13  border: 80px solid transparent;
     14  padding: 20px;
     15  background: linear-gradient(red, blue);
     16  background-origin: border-box;
     17 }
     18 
     19 </style>
     20 
     21 <div id="box"></div>