This commit is contained in:
roc+@cs.cmu.edu 2008-01-27 21:09:33 -08:00
Родитель fbf20e6e5d
Коммит 2673d00dfe
2 изменённых файлов: 20 добавлений и 0 удалений

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

@ -0,0 +1,18 @@
<html xmlns="http://www.w3.org/1999/xhtml" style="direction: rtl;">
<head>
<script>
function boom()
{
document.body.appendChild(document.getElementById("v").firstChild);
}
</script>
</head>
<body onload="boom();" style="white-space: pre; -moz-column-count: -1;"><div id="v"><span>
</span>
</div></body>
</html>

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

@ -90,3 +90,5 @@ load 405186-1.xhtml
load 408292.html
load 408299.html
load 409461-1.xhtml
load 411870-1.html