https://github.com/mozilla/gecko-dev
Raw File
Tip revision: cce5fb62801b2dc2d43fed147961f47cb033ca97 authored by Matt Brubeck on 09 June 2011, 18:11:04 UTC
Backed out changeset 08a50378d37c (landed on relbranch by accident). a=backout
Tip revision: cce5fb6
nested-1g.html
<!DOCTYPE html>
<html>
<head>
  <title>CSS 2.1 Test Suite: :first-letter</title>
  <link rel="author" title="Simon Montagu" href="http://smontagu.org/" />
  <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
  <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-letter"/>
  <meta name="flags" content="" />
  <style>
  div { color: black; }
  div::first-letter { color: green; }
  </style>
</head>
<body>
  <div>
    <span>T</span>his is text
  </div>
</body>
</html>
back to top