https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 51ffd2b47cdcd62982df9ad5a0c7a8e3cd964583 authored by ffxbld on 07 September 2012, 04:06:57 UTC
Added FENNEC_16_0b2_RELEASE FENNEC_16_0b2_BUILD2 tag(s) for changeset b7daf566e84a. DONTBUILD CLOSED TREE a=release
Tip revision: 51ffd2b
quote-1f.html
<!DOCTYPE html>
<html>
<head>
  <title>CSS 2.1 Test Suite: :first-letter</title>
  <link rel="author" title="L. David Baron" href="http://dbaron.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; }
  span:before { content: "\"This "; }
  </style>
</head>
<body>
  <div><span>is text"</span></div>
</body>
</html>
back to top