This commit is contained in:
jruderman@hmc.edu 2008-04-22 21:16:56 -07:00
Родитель 24ecc19504
Коммит 39b2af0d51
2 изменённых файлов: 23 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,22 @@
<!DOCTYPE HTML>
<html>
<head>
<script>
function boom()
{
o = {};
o.__proto__ = o.constructor;
p = o.constructor.prototype;
p.__proto__ = window;
null.__proto__ = {};
}
</script>
</head>
<body onload="boom()">
</body>
</html>

Просмотреть файл

@ -3,6 +3,7 @@ load 328553-1.html
load 346258-1.html
load 346512-1.xhtml
load 382133-1.html
load 386680-1.html
load 394810-1.html
load 418139-1.svg
load 420513-1.html