https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d3e2d6b74a72b51257feb4bd8807e74ea1470d0d authored by Kai Engert on 23 September 2014, 18:44:11 UTC
Bug 1064636 - Update NSS to version 3.16.2.1. r=rrelyea, a=bajaj
Tip revision: d3e2d6b
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