https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 34a1b4131d013e9f9417f947e92a83992679e0cf authored by ffxbld on 06 January 2015, 04:54:46 UTC
Added FIREFOX_31_4_0esr_RELEASE FIREFOX_31_4_0esr_BUILD1 tag(s) for changeset 60d7a6f78402. DONTBUILD CLOSED TREE a=release
Tip revision: 34a1b41
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