This commit is contained in:
jruderman@hmc.edu 2008-01-20 16:18:38 -08:00
Родитель 189a9a757f
Коммит f6dd11f2b8
2 изменённых файлов: 21 добавлений и 0 удалений

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

@ -0,0 +1,20 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script type="text/javascript">
//<![CDATA[
function boom()
{
var div = document.createElementNS('http://www.w3.org/1999/xhtml', 'div');
document.body.appendChild(div);
div.style.fontSize = '68719476736px';
div.appendChild(document.createTextNode(String.fromCharCode(0)));
}
//]]>
</script>
</head>
<body onload="boom()">
</body>
</html>

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

@ -21,5 +21,6 @@ load 398042-1.xhtml
load 398042-2.xhtml
load 404112-1.html
load 404112-2.html
load 405268-1.xhtml
load 407761-1.html
load 407842.html