content-counter-007-ref.xht (620B)
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 i 16 ii 17 iii 18 iv 19 v 20 vi 21 vii 22 viii 23 ix 24 x 25 xi 26 xii 27 xlix 28 l 29 ccclxxxix 30 cccxc 31 mmmcdlxxxix 32 mmmcdxc 33 mmmcdxci 34 </div> 35 <div> 36 i 37 ii 38 iii 39 iv 40 v 41 vi 42 vii 43 viii 44 ix 45 x 46 xi 47 xii 48 xlix 49 l 50 ccclxxxix 51 cccxc 52 mmmcdlxxxix 53 mmmcdxc 54 mmmcdxci 55 </div> 56 </body> 57 </html>