tor-browser

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

css3-transform-scale-ref.html (626B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4    <title>CSS Transforms Reference File</title>
      5    <link rel="author" title="Noah Lu" href="mailto:codedancerhua@gmail.com" />
      6    <link rel="reviewer" title="Dayang Shen" href="mailto:shendayang@baidu.com"> <!-- 2013-09-04 -->
      7    <style type="text/css">
      8        .green {
      9            width: 200px;
     10            height: 200px;
     11            background-color: green;
     12            position: absolute;
     13            top: 100px;
     14            left: 100px;
     15        }
     16    </style>
     17 </head>
     18 <body>
     19    <p>The test passes if there is a green square and no red.</p>
     20    <div class="green"></div>
     21 </body>
     22 </html>