https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a9eb4e9575f016d322653eff4ce5a5dcab7499c9 authored by Ryan VanderMeulen on 10 August 2015, 18:38:10 UTC
Merge mozilla-b2g37 to 2.2r. a=merge
Tip revision: a9eb4e9
23605-3.html
<!DOCTYPE html>
<html>
<head>
  <style>
   p:first-letter { color: red; }
  </style>
</head>
<body>
  <p>&ldquo;Text&rdquo;</p>
</body>
</html>
back to top