tenfourfox/dom/bindings/crashtests/1010658-2.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
237 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
window.__proto__ = function(){};
for (var i = 0; i < 10000; ++i) {
self.document;
}
}
</script></head>
<body onload="boom();"></body>
</html>