tor-browser

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

bug1349571-ref.html (603B)


      1 <!DOCTYPE HTML>
      2 <!--
      3     Any copyright is dedicated to the Public Domain.
      4     http://creativecommons.org/publicdomain/zero/1.0/
      5 -->
      6 <html><head>
      7  <meta charset="utf-8">
      8  <title>Testcase for bug 1349571</title>
      9  <style type="text/css">
     10 html,body {
     11  color:black; background-color:white; font:16px/1 monospace; padding:0; margin:0;
     12 }
     13 
     14 .container {
     15  display: grid;
     16  grid: 250px / 500px;
     17  border: 3px solid;
     18  width: 500px;
     19 }
     20 
     21 .responsive-container {
     22  background: lightgrey;
     23 }
     24 
     25  </style>
     26 </head>
     27 <body>
     28 
     29 <div class="container">
     30    <div class="responsive-container"></div>
     31 </div>
     32 
     33 </body>
     34 </html>