tor-browser

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

anonymous-block.html (430B)


      1 <!DOCTYPE html>
      2 <title>CSS Flexbox: anonymous block</title>
      3 <html>
      4 <link href="support/flexbox.css" rel="stylesheet">
      5 <link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#flex-items">
      6 <link rel="match" href="reference/anonymous-block-ref.html">
      7 <body>
      8 <p>This tests that text nodes that have a flexbox as a parent are wrapped in
      9 anonymous blocks.</p>
     10 <div class="flexbox">This text should be visible.</div>
     11 </body>
     12 </html>