https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1b7415a0cb56b95a0ef46e230a75585a78c78831 authored by seabld on 24 July 2011, 07:56:39 UTC
Added tag SEAMONKEY_2_3b1_RELEASE for changeset FIREFOX_6_0b3_BUILD2. CLOSED TREE a=release
Tip revision: 1b7415a
399941-1-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>
 <!-- Leading and trailing punctuation should all be included -->
  <p><span class="fake-first-letter">"I!,"</span> said the Fly,</p>
 </body>
</html>
back to top