https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d78328a1f2f6d150891e2da6efa4d62339a734b5 authored by seabld on 17 September 2011, 00:52:06 UTC
Added tag SEAMONKEY_2_4b3_RELEASE for changeset FIREFOX_7_0b6_BUILD1. CLOSED TREE a=release
Tip revision: d78328a
399941-2-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>
 <!-- Punctuation in class Pc should not be included: there is no first-letter here -->
  <p>_I_, said the Fly,</p>
 </body>
</html>
back to top