tor-browser

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

anonymous-flex-item-004.html (513B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Flexbox Test: Flex item - non-contiguous text runs - position:absolute</title>
      4 <link rel="author" title="Rune Lillesveen" href="mailto:futhark@chromium.org">
      5 <link rel="help" href="https://drafts.csswg.org/css-flexbox/#flex-items">
      6 <link rel="match" href="anonymous-flex-item-split-ref.html">
      7 <p>The words "Two" and "lines" should not be on the same line.</p>
      8 <div style="display:flex;flex-direction:column">Two <span style="position:absolute"></span>lines</div>