https://github.com/mozilla/gecko-dev
Raw File
Tip revision: dd240edff94f7627b036f5727f6564f9e5d78ee8 authored by ffxbld on 09 May 2013, 05:31:47 UTC
Added FENNEC_21_0_RELEASE FENNEC_21_0_BUILD2 tag(s) for changeset c5fd3574d1d1. DONTBUILD CLOSED TREE a=release
Tip revision: dd240ed
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