https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 3d955fffc411721a7d8a7466af88c6018190892f authored by ffxbld on 26 March 2015, 03:30:18 UTC
Added FIREFOX_31_6_0esr_RELEASE FIREFOX_31_6_0esr_BUILD2 tag(s) for changeset 40a8b8411a0c. DONTBUILD CLOSED TREE a=release
Tip revision: 3d955ff
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