https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 523d806003668fc575d88faf32ae94bacdf617ee authored by ffxbld on 10 February 2016, 03:58:35 UTC
Added FENNEC_44_0_2_RELEASE FENNEC_44_0_2_BUILD3 tag(s) for changeset 1ca1d0a7fff4. DONTBUILD CLOSED TREE a=release
Tip revision: 523d806
399941-3.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">
   p:first-letter {
     color: lime;
     background-color: olive;
   }
  </style>
 </head>
 <body>
 <!-- Test non-ASCII punctuation -->
  <p>¿Cómo está usted?</p>
 </body>
</html>
back to top