tor-browser

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

white-space-pre-007.xht (772B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <!-- See also http://www.hixie.ch/tests/adhoc/css/text/word-spacing/001.html -->
      3  <head>
      4   <title>CSS Test: white-space and word-spacing</title>
      5   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      6   <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/pre/007.html" type="text/html"/>
      7   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
      8   <style type="text/css">
      9     p { word-spacing: 0.1em; white-space: pre; }
     10   </style>
     11  </head>
     12  <body>
     13   <p>There should be two lines below.</p>
     14   <p>This test has:
     15 PASSED</p>
     16  </body>
     17 </html>