https://github.com/mozilla/gecko-dev
Raw File
Tip revision: fad4a899fb2e71b9c6be39e96d0aa9e9ff6ea905 authored by ffxbld on 05 December 2012, 13:54:33 UTC
Added FENNEC_18_0b3_RELEASE FENNEC_18_0b3_BUILD1 tag(s) for changeset 4b836eb33bd4. DONTBUILD CLOSED TREE a=release
Tip revision: fad4a89
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