https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e3a11f4f77b901a13add54141bf8fa9375bd57d0 authored by tbirdbld on 31 July 2012, 22:20:42 UTC
Added THUNDERBIRD_15_0b2_RELEASE THUNDERBIRD_15_0b2_BUILD1 tag(s) for changeset 1ac588e89dd5. DONTBUILD CLOSED TREE a=release
Tip revision: e3a11f4
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