https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 8bfbabeb37d6039e751f36d2d1ec7321977789ab authored by Rail Aliiev on 13 October 2014, 17:14:07 UTC
Bug 1075607 - create mozilla-b2g34_v2_1 branch. Swith L10N repos. r=bhearsum, a=mergeday
Tip revision: 8bfbabe
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