https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 922e3076b91eda3e2d1be3e61c734b38aa3b3ceb authored by Jeff Walden on 15 March 2014, 08:11:57 UTC
Bug 982974 - Be paranoid when neutering ArrayBuffers. r=sfink, a=1.1.x+
Tip revision: 922e307
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