tor-browser

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

flexbox-flex-wrap-nowrap-ref.htm (535B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>CSS Reftest Reference: Flexbox flex-wrap: nowrap</title>
      5    <link rel="author" title="Gavin Elster" href="mailto:gavin.elster@me.com">
      6    <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
      7    <style type="text/css">
      8        div {
      9            width: 120px;
     10            height: 120px;
     11            background: green;
     12        }
     13    </style>
     14 </head>
     15 <body>
     16    <p>The test passes if there is a green square and no red.</p>
     17    <div></div>
     18 </body>
     19 </html>