This commit is contained in:
jruderman@hmc.edu 2008-01-04 20:48:46 -08:00
Родитель e82bcb1cf6
Коммит 1525528480
2 изменённых файлов: 39 добавлений и 0 удалений

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

@ -0,0 +1,38 @@
<html class="reftest-wait">
<head>
<style id="s"></style>
<script>
window.addEventListener("load", f1, false);
function f1()
{
document.getElementsByTagName('head')[0].style.display = "table-row-group";
setTimeout(f2, 30);
}
function f2()
{
document.body.style.display = "table-caption";
setTimeout(f3, 30);
}
function f3()
{
document.body.style.display = "table-column-group";
document.getElementById('s').textContent += "body { }";
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body>
<span style="position: absolute">f</span>
</body>
</html>

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

@ -4,6 +4,7 @@ load 322779-1.xul
load 323489-1.html load 323489-1.html
load 331344-1.html load 331344-1.html
load 331446-1.xhtml load 331446-1.xhtml
load 331690-1.html
load 339315-1.html load 339315-1.html
load 341227-1.xhtml load 341227-1.xhtml
load 343588-1.xhtml load 343588-1.xhtml