tor-browser

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

flexbox_align-items-stretch-writing-modes-ref.html (416B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4    <title>Reference file</title>
      5    <link rel="author" title="Mitsuteru Sawa" href="mailto:mitsuteru.s@gmail.com">
      6    <style>
      7        .test {
      8            height: 100px;
      9            width: 250px;
     10            background-color: green;
     11        }
     12    </style>
     13 </head>
     14 <body>
     15    <p>The test passes if you see a green rectangle and no red.</p>
     16    <div class="test"></div>
     17 </body>
     18 </html>