https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 0f85d5f245aa6149dd4a0440ed9978b551497b9c authored by ffxbld on 31 July 2012, 21:53:55 UTC
Added FENNEC_15_0b3_RELEASE FENNEC_15_0b3_BUILD1 tag(s) for changeset 0f180e96041b. DONTBUILD CLOSED TREE a=release
Tip revision: 0f85d5f
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