https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 11a51ad82ffe8366def988240882be09d6af9f6f authored by ffxbld on 06 December 2013, 01:33:31 UTC
Added FIREFOX_24_2_0esr_RELEASE FIREFOX_24_2_0esr_BUILD2 tag(s) for changeset e408ebe9e449. DONTBUILD CLOSED TREE a=release
Tip revision: 11a51ad
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