tor-browser

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

white-space-pre-002.xht (1208B)


      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">
      3  <head>
      4   <title>CSS Test: white-space pre: simple tests</title>
      5   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      6   <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-29 -->
      7   <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/pre/002.html" type="text/html"/>
      8   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
      9   <link rel="match" href="white-space-pre-002-ref.xht" />
     10 
     11   <meta name="flags" content="ahem" />
     12 
     13   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
     14   <style type="text/css">
     15    div { white-space: pre; font: 1.25em/1 Ahem; background: green; color: lime; }
     16   </style>
     17  </head>
     18  <body>
     19   <p>Test passes if the word PASS is drawn and if there is <strong>no red</strong>.</p>
     20   <table><tr><td>
     21    <div>
     22  xxxx xxxx xxxx xxxx
     23  x  x x  x x    x
     24  xxxx xxxx xxxx xxxx
     25  x    x  x    x    x
     26  x    x  x xxxx xxxx
     27                      </div>
     28   </td></tr></table>
     29  </body>
     30 </html>