tor-browser

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

css3-background-size-ref.html (522B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset="UTF-8">
      5  <title>CSS Background-size Test: the size of the background image</title>
      6  <link rel="author" title="Xie Bing" href="mailto:451887565@qq.com">
      7  <link rel="reviewer" title="Dayang Shen" href="mailto:shendayang@baidu.com"> <!-- 2013-09-03 -->
      8  <style type="text/css">
      9    img{
     10      width:30px;
     11      height:30px;
     12    }
     13  </style>
     14 </head>
     15 <body>
     16  <p>The test passes if the green box is resized to 50%.</p>
     17  <img src="../support/60x60-green.png">
     18 </body>
     19 </html>