What is the airspeed velocity of an unladen crashtest?

This commit is contained in:
jruderman@hmc.edu 2007-12-17 22:27:27 -08:00
Родитель 6c53196ee8
Коммит a31b0a248d
2 изменённых файлов: 22 добавлений и 0 удалений

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

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html style="display: table;" class="reftest-wait">
<head>
<script>
function boom()
{
document.documentElement.style.color = "blue";
document.getElementById("zeta").style.display = "inline";
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(boom, 30);">
<div id="zeta">foo</div>
</body>
</html>

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

@ -42,6 +42,7 @@ load 379799-1.html
load 379920-1.svg
load 379920-2.svg
load 380096-1.html
load 382204-1.html
load 385866-1.xhtml
load 385880-1.xhtml
load 390976-1.html