tenfourfox/dom/base/crashtests/417852-1.html

14 lines
167 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
window.__proto__ = null;
Object.prototype.__proto__ = window;
</script>
</head>
<body>
</body>
</html>