This commit is contained in:
jruderman@hmc.edu 2008-01-06 16:26:21 -08:00
Родитель 8e7fe59222
Коммит 66dfb37909
2 изменённых файлов: 21 добавлений и 0 удалений

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

@ -0,0 +1,20 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<head>
<script>
function boom()
{
document.getElementById("tree").firstChild.data = "xyz";
}
</script>
</head>
<body onload="boom();">
<xul:tree id="tree">a</xul:tree>
</body>
</html>

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

@ -16,6 +16,7 @@ load 393822-1.html
load 394384-1.html
load 394246-1.html
skip-if(MOZ_WIDGET_TOOLKIT=="gtk2") load 394246-2.html # Bug 408746
load 395335-1.xhtml
load 404112-1.html
load 404112-2.html
load 407761-1.html