https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 23110f8ae0a5bf693f7af19cf0ce38b802e928c6 authored by ffxbld on 08 February 2012, 09:15:56 UTC
Added tag FIREFOX_11_0b2_BUILD1 for changeset 7850f65718ee. CLOSED TREE a=release
Tip revision: 23110f8
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