https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 6560e193c214225d4ec8f90b45cf1dbdb0d34ad4 authored by ffxbld on 16 February 2012, 06:16:00 UTC
Added FIREFOX_11_0b3_RELEASE FIREFOX_11_0b3_BUILD2 tags(s) for changeset bb27964243e7. DONTBUILD CLOSED TREE a=release
Tip revision: 6560e19
399941-5-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>
 <!-- If there is whitespace between the punctuation and the first letter, there is no first-letter -->
  <p>"*" is an asterix</p>
 </body>
</html>
back to top