723509-1-ref.html (497B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 5 <title>Test case for bug 723509.html</title> 6 <style type="text/css"> 7 span.fake-first-letter { 8 color: lime; 9 background-color: olive; 10 } 11 </style> 12 </head> 13 <body> 14 <!-- Test characters that became "punctuation" in Unicode 6.1 --> 15 <p><span class="fake-first-letter">§S</span>ection</p> 16 <p><span class="fake-first-letter">¶P</span>aragraph</p> 17 </body> 18 </html>