This commit is contained in:
Jesse Ruderman 2008-09-14 00:30:06 -07:00
Родитель 5ae3835b54
Коммит 80507e2ef4
2 изменённых файлов: 42 добавлений и 0 удалений

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

@ -0,0 +1,41 @@
<html class="reftest-wait">
<head>
<script>
function zap()
{
var j = document.getElementById("j");
j.parentNode.removeChild(j);
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(zap, 1);">
<div>
<form>
<fieldset>
<div id="j">
<div>
<div>
<span>
<input type="submit">
<label></label>
</span>
</div>
</div>
</div>
</fieldset>
</form>
</div>
</body>
</html>

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

@ -16,6 +16,7 @@ load 344434-1.xhtml
load 348049-1.xhtml
load 344882-1.html
load 345837-1.xhtml
load 349355-1.html
load 354645-1.xul
load 366200-1.xhtml
load 369216-1.html