https://github.com/mozilla/gecko-dev
Raw File
Tip revision: bcd19c5a442a22bd7e4eda04d5b07b1dd04c9acf authored by ffxbld on 15 March 2012, 02:45:23 UTC
Added FENNEC_12_0b1_RELEASE FENNEC_12_0b1_BUILD2 tag(s) for changeset 780458b51f02. DONTBUILD CLOSED TREE a=release
Tip revision: bcd19c5
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