https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 523d806003668fc575d88faf32ae94bacdf617ee authored by ffxbld on 10 February 2016, 03:58:35 UTC
Added FENNEC_44_0_2_RELEASE FENNEC_44_0_2_BUILD3 tag(s) for changeset 1ca1d0a7fff4. DONTBUILD CLOSED TREE a=release
Tip revision: 523d806
basic-2.html
<!DOCTYPE html>
<html>
<head>
  <title>CSS 2.1 Test Suite: :first-letter</title>
  <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
  <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>This is text</div>
</body>
</html>
back to top