https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 825df31ba10636e8ec262e586f40256c2ce7e0ab authored by ffxbld on 10 August 2011, 23:58:58 UTC
Added tag FENNEC_6_0b6_BUILD1 for changeset b225f47f808a. CLOSED TREE a=release
Tip revision: 825df31
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