tor-browser

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

align-content_flex-start-ref.html (519B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <title>CSS Flexible Box Test: align-content_flex-start</title>
      5 <link rel="stylesheet" href="../support/test-style.css">
      6 <style>
      7 #test {
      8  height: 200px;
      9  width: 80px;
     10 }
     11 </style>
     12 </head>
     13 <body>
     14 <p>Test passes if:<br>
     15 1. the rectangle 1, 2, 3 show up in a vertical column in a red rectangle and no gap between them.<br>
     16 2. the rectangle 1, 2, 3 appear in upper left of red rectangle.</p>
     17 <div id=test><div id=test01>1</div><div id=test02>2</div><div id=test03>3</div></div>
     18 </body>
     19 </html>