https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 09c142125cebf07a848e6b8c6d211e3280b52623 authored by ffxbld on 09 November 2011, 17:08:52 UTC
Added tag FENNEC_9_0b1_BUILD1 for changeset 1501ad4b8180. CLOSED TREE a=release
Tip revision: 09c1421
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