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
dynamic-1-ref.html
<!DOCTYPE html>
<html>
<head>
<style>
  span:before { content: '"'; }
  span:after { content: '"'; }
  :after { border: 3px solid green; }
  :first-letter { color: green; }
</style>
</head>
<body>

<p><span>Foo</span></p>

<p id="p2"><span id="q2"></span></p>

</body>
</html>
back to top