https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5a4f765168e6f23bcfb22cb9b376d58714e35a90 authored by seabld on 13 January 2013, 10:41:01 UTC
Added tag SEAMONKEY_2_16b1_RELEASE for changeset FIREFOX_19_0b1_BUILD3. CLOSED TREE a=release
Tip revision: 5a4f765
399941-8-ref.html
<!DOCTYPE html>
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <title>Test case for bug 399941.html</title>
  <style type="text/css">
   span.fake-first-letter {
     color: lime;
   }
  </style>
 </head>
 <body>
 <!-- Test SMP characters -->
  <p><span class="fake-first-letter">&#x10900;</span>&#x10901;&#x10909; is Phoenician</p>
 </body>
</html>
back to top