tor-browser

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

text-wrap-nowrap-001.html (353B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-text-4/#text-wrap">
      3 <link rel="match" href="reference/text-wrap-nowrap-001-ref.html">
      4 <link rel="mismatch" href="reference/text-wrap-nowrap-001-mis-ref.html">
      5 <style>
      6 div {
      7  width: 20ch;
      8  text-wrap: nowrap;
      9 }
     10 </style>
     11 <div>Pass if this is a single line of text without breaks.</div>