https://github.com/mozilla/gecko-dev
Raw File
Tip revision: af7f01cfce490ee23b821dec5aa43afda7cfb627 authored by tbirdbld on 05 October 2012, 21:06:08 UTC
Added THUNDERBIRD_16_0_RELEASE THUNDERBIRD_16_0_BUILD1 tag(s) for changeset ddb22ac6c03b. DONTBUILD CLOSED TREE a=release
Tip revision: af7f01c
399941-7-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>
 <!-- :first-letter doesn't apply to symbols -->
  <p>$64,000</p>
 </body>
</html>
back to top