https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 857025a0f35f09f60e0b6f965f61d9eb7f23bc96 authored by tbirdbld on 17 July 2012, 18:16:44 UTC
Added THUNDERBIRD_15_0b1_RELEASE THUNDERBIRD_15_0b1_BUILD1 tag(s) for changeset eb421f1dd8ef. DONTBUILD CLOSED TREE a=release
Tip revision: 857025a
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