This commit is contained in:
jruderman@hmc.edu 2008-01-06 16:19:32 -08:00
Родитель f8c0bcc5ca
Коммит 96aba0b23f
2 изменённых файлов: 33 добавлений и 0 удалений

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

@ -0,0 +1,32 @@
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
<head>
<script>
var ff;
var jj;
function boom()
{
ff = document.createElement("font");
ff.setAttribute("size", "-2");
ff.appendChild(document.createTextNode("G"));
jj = document.getElementById("jj");
jj.appendChild(ff);
setTimeout(boom2, 30);
}
function boom2()
{
jj.removeChild(ff);
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="boom();" dir="rtl"><div id="jj">h </div></body>
</html>

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

@ -12,6 +12,7 @@ load 385417-2.html
load 385719-1.html
load 393746-1.xhtml
load 393749-1.html
load 393822-1.html
load 394384-1.html
load 394246-1.html
skip-if(MOZ_WIDGET_TOOLKIT=="gtk2") load 394246-2.html # Bug 408746