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

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

@ -0,0 +1,31 @@
<html class="reftest-wait">
<head>
<script>
function init()
{
var ww = document.getElementById("ww");
var inp = document.getElementById("inp");
document.addEventListener("DOMNodeInserted", u, false);
document.body.appendChild(ww);
function u()
{
document.removeEventListener("DOMNodeInserted", u, false);
ww.removeChild(inp);
document.documentElement.removeAttribute("class");
}
}
setTimeout(init, 30);
</script>
</head>
<body><div id="ww"><input type="text" value="inputtext" id="inp">moretext</div></body>
</html>

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

@ -9,6 +9,7 @@ load 310638-1.svg
load 310638-2.html
load 313086-1.xml
load 322436-1.html
load 325967-1.html
load 325984-1.xhtml
load 325984-2.html
load 331204-1.html