https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 7ced355a39f838fe7f1d9a0a8eb94ab9906faf7c authored by B2G Bumper Bot on 19 February 2015, 15:57:00 UTC
Bumping manifests a=b2g-bump
Tip revision: 7ced355
708405-1.html
<!DOCTYPE html>
<html>
<head>
<script>

function boom()
{
  var a = document.getElementsByTagName("div");
  a.__proto__ = Proxy.create({has: function() { throw new Error; }});
  for (var p in a) {
  }
}

</script>
</head>

<body onload="boom();"></body>
</html>
back to top