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

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

@ -0,0 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
function boom()
{
var text = document.createTextNode("t");
document.getElementById("foo").appendChild(text);
}
</script>
</head>
<body onload="boom();" dir="rtl"><b id="foo"></b> x </body>
</html>

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

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