This commit is contained in:
jruderman@hmc.edu 2007-12-16 19:03:59 -08:00
Родитель ad7c18e905
Коммит 17d21b05bf
2 изменённых файлов: 33 добавлений и 0 удалений

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

@ -0,0 +1,32 @@
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="reftest-wait">
<script>
<![CDATA[
window.addEventListener("load", init, false);
function init()
{
document.getElementById("n1").style.display = "table-caption";
setTimeout(init2, 30);
}
function init2()
{
document.getElementById("n2").style.display = "table-caption";
document.documentElement.removeAttribute("class");
}
]]>
</script>
<hbox>
<vbox flex="1" id="n1"/>
<spacer flex="1" id="n2"/>
</hbox>
</window>

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

@ -18,6 +18,7 @@ load 335140-1.html
load 336291-1.html
load 337268-1.html
load 337419-1.html
load 337476-1.xul
load 339651-1.html
load 343540-1.html
load 348688-1.html