https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 813838b3c74c9cb2526b149587f60026fdc2dd13 authored by B2G Bumper Bot on 12 January 2015, 21:00:38 UTC
Bumping manifests a=b2g-bump
Tip revision: 813838b
nested-1-ref.html
<!DOCTYPE html>
<html>
<head>
  <style>
  div { color: black; }
  span#letter { color: green; }
  </style>
</head>
<body>
  <div>
    <span>
      <span id="letter">T</span>his is text
    </span>
  </div>
</body>
</html>
back to top