https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 7b0b5e8233ae391a003a8b0521864c19e43682a4 authored by tbirdbld on 13 July 2012, 21:08:40 UTC
Added THUNDERBIRD_14_0_RELEASE THUNDERBIRD_14_0_BUILD1 tag(s) for changeset 228ba1a111fc. DONTBUILD CLOSED TREE a=release
Tip revision: 7b0b5e8
399941-6-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 applies to digits (and following punctuation) -->
  <p><span class="fake-first-letter">2,</span>000 miles</p>
 </body>
</html>
back to top