https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 0bc7a99588bde97351d6aa4d6a20d8e7d758bca3 authored by ffxbld on 25 November 2014, 06:17:36 UTC
Added FIREFOX_31_3_0esr_RELEASE FIREFOX_31_3_0esr_BUILD1 tag(s) for changeset 64b51e517f43. DONTBUILD CLOSED TREE a=release
Tip revision: 0bc7a99
399941-1-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;
     background-color: olive;
   }
  </style>
 </head>
 <body>
 <!-- Leading and trailing punctuation should all be included -->
  <p><span class="fake-first-letter">"I!,"</span> said the Fly,</p>
 </body>
</html>
back to top