This commit is contained in:
jruderman@hmc.edu 2007-12-16 18:59:57 -08:00
Родитель bec2eeb177
Коммит 8bc48a14d6
2 изменённых файлов: 20 добавлений и 0 удалений

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

@ -0,0 +1,19 @@
<html>
<head>
<script>
function z()
{
document.getElementById("x").style.display = "table";
document.body.style.display = "table-row";
}
</script>
</head>
<body onload="z()">
<p style="display: table-row"></p>
<p id="x"></p>
</body>
</html>

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

@ -15,6 +15,7 @@ load 331679-1.xhtml
load 331679-2.xml
load 331679-3.xml
load 335140-1.html
load 336291-1.html
load 337419-1.html
load 339651-1.html
load 343540-1.html