https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f9b075b07e9d7a1da2f1ee9a41a1185e08e067fb authored by ffxbld on 15 August 2013, 22:54:02 UTC
Added FIREFOX_23_0_1_RELEASE FIREFOX_23_0_1_BUILD2 tag(s) for changeset 0576ba82616e. DONTBUILD CLOSED TREE a=release
Tip revision: f9b075b
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