https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9521ad9443e2e31a38f001718fd88c4a301f96d7 authored by seabld on 25 November 2012, 22:46:20 UTC
Added tag SEAMONKEY_2_15b1_RELEASE for changeset FIREFOX_18_0b1_BUILD1. CLOSED TREE a=release
Tip revision: 9521ad9
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