counter-name-case-sensitive-ref.html (388B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 2 <html lang="en-US"> 3 <head> 4 <title>Test that counter names are case sensitive (bug 416106)</title> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 6 </head> 7 <body> 8 9 <div>1-5</div> 10 <div>1-7</div> 11 <div>1-7</div> 12 <div>2-7</div> 13 <div>2-9</div> 14 <div>2-9</div> 15 16 </body> 17 </html>