tor-browser

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

content-counter-006-ref.xht (534B)


      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 Reftest Reference</title>
      5 <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
      6 <style type="text/css">
      7 body {
      8   white-space: nowrap;
      9 }
     10 </style>
     11 </head>
     12 <body>
     13 <p>The following two lines should look the same:</p>
     14 <div>
     15 01
     16 02
     17 03
     18 04
     19 05
     20 06
     21 07
     22 08
     23 09
     24 10
     25 11
     26 12
     27 99
     28 100
     29 101
     30 </div>
     31 <div>
     32 01
     33 02
     34 03
     35 04
     36 05
     37 06
     38 07
     39 08
     40 09
     41 10
     42 11
     43 12
     44 99
     45 100
     46 101
     47 </div>
     48 </body>
     49 </html>