https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a616b6dc4b1f81525d747ecc40fb12981897fb3b authored by ffxbld on 01 February 2012, 23:13:12 UTC
Added tag FENNEC_11_0b1_BUILD1 for changeset 53451b6a6f9d. CLOSED TREE a=release
Tip revision: a616b6d
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