tor-browser

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

page-name-flex-004-print.html (422B)


      1 <!DOCTYPE html>
      2 <html>
      3  <link rel="match" href="page-name-flex-004-print-ref.html"/>
      4  <link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
      5  <body>
      6    <div>a</div>
      7    <div style="display:flex; flex-direction:column">
      8      <div>
      9        <div>
     10          <div style="page:a">b</div>
     11          <div style="page:b">c</div>
     12        </div>
     13      </div>
     14    </div>
     15    <div>d</div>
     16  </body>
     17 </html>