https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 38077eeb7ae2da514bfc1bc76c786de19c751bbe authored by B2G Bumper Bot on 22 February 2015, 22:02:39 UTC
Bumping manifests a=b2g-bump
Tip revision: 38077ee
329481-1.xhtml
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<p>This page made Firefox leak domwindows and documents.</p>
<span onmouseover="1"></span>
<script>
try {
  window.__proto__ = document.createElement("div");
} catch(e) {
}
</script>
</body>
</html>
back to top