This commit is contained in:
roc+@cs.cmu.edu 2008-03-03 18:42:11 -08:00
Родитель 565680d313
Коммит 9c465b97d7
2 изменённых файлов: 22 добавлений и 1 удалений

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

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function boom()
{
document.body.appendChild(document.createTextNode(String.fromCharCode(0x202E)));
document.body.appendChild(document.createTextNode(String.fromCharCode(0x000D)));
document.body.appendChild(document.createTextNode(String.fromCharCode(0x200D)));
document.body.appendChild(document.createTextNode(String.fromCharCode(0xD75A)));
document.body.appendChild(document.createTextNode(String.fromCharCode(0xD63F)));
}
</script>
</head>
<body onload="boom();">
</body>
</html>

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

@ -26,5 +26,6 @@ load 405268-1.xhtml
load 407761-1.html
load 407842.html
load 410728-1.xml
load 416637-1.xml
load 416637-1.html
load 419095-1.html