tor-browser

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

1149923.html (667B)


      1 <!DOCTYPE html>
      2 <html>
      3 
      4  <head>
      5    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
      6    <meta charset="utf-8">
      7    <title>Testcase for bug 1149923</title>
      8    <style>
      9      #outer {
     10        width: 64px;
     11        height: 64px;
     12        background-color: #00f;
     13        opacity: 1.0;
     14        transform: rotate(90deg);
     15      }
     16      #inner {
     17        width: 100%;
     18        height: 100%;
     19        background-color: #f00;
     20        will-change: transform;
     21        border-top-left-radius: 10%;
     22        border-bottom-left-radius: 10%;
     23      }
     24    </style>
     25  </head>
     26  <body>
     27    <div id='outer'><div id='inner'></div></div>
     28  </body>
     29 </html>