This commit is contained in:
jruderman%hmc.edu 2008-01-06 05:36:26 +00:00
Родитель 3cfe63715f
Коммит 4bfa027f96
2 изменённых файлов: 28 добавлений и 0 удалений

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

@ -0,0 +1,27 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
class="reftest-wait">
<head>
<script>
function boo()
{
var tabbox = document.getElementById("tabbox");
document.body.removeChild(tabbox);
tabbox.setAttribute("context", "a");
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(boo, 30)">
<xul:tabbox id="tabbox" />
</body>
</html>

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

@ -2,6 +2,7 @@ load 327571-1.html
load 327695-1.html
load 329481-1.xhtml
load 346381-1.html
load 359432-1.xhtml
load 369413-1.html
load 372554-1.html
load 404869-1.xul