https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a70a5fec54470583cd140c5fa36bb8229e06d85b authored by ffxbld on 20 June 2012, 01:56:49 UTC
Added FENNEC_14_0b8_RELEASE FENNEC_14_0b8_BUILD1 tag(s) for changeset da2c4d1100da. DONTBUILD CLOSED TREE a=release
Tip revision: a70a5fe
723509-1.html
<!DOCTYPE html>
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <title>Test case for bug 723509.html</title>
  <style type="text/css">
   p:first-letter {
     color: lime;
     background-color: olive;
   }
  </style>
 </head>
 <body>
 <!-- Test characters that became "punctuation" in Unicode 6.1 -->
  <p>&#x00a7;Section</p>
  <p>&#x00b6;Paragraph</p>
 </body>
</html>
back to top