https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 137c5e9dabf4733cc2d0aaa59aab25ddef860d19 authored by ffxbld on 30 November 2011, 14:07:42 UTC
Added tag FENNEC_9_0b4_BUILD1 for changeset dd3a208d2949. CLOSED TREE a=release
Tip revision: 137c5e9
399941-5.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">
   p: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