content-counter-003-ref.xht (788B)
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 div { 8 white-space: nowrap; 9 } 10 11 #test { 12 color: blue; 13 } 14 </style> 15 </head> 16 <body> 17 <p>There should be a string of 12 blue hollow circles below. (A string of 18 12 black hollow circles is provided on the second line for reference.):</p> 19 <div id="test"> 20 ◦ 21 ◦ 22 ◦ 23 ◦ 24 ◦ 25 ◦ 26 ◦ 27 ◦ 28 ◦ 29 ◦ 30 ◦ 31 ◦ 32 </div> 33 <div> 34 ◦ 35 ◦ 36 ◦ 37 ◦ 38 ◦ 39 ◦ 40 ◦ 41 ◦ 42 ◦ 43 ◦ 44 ◦ 45 ◦ 46 </div> 47 </body> 48 </html>