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

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

@ -0,0 +1,18 @@
<html>
<head>
<script>
function boom()
{
var het = document.createTextNode(String.fromCharCode(0x05D7)); // hebrew letter het
document.getElementById("s").appendChild(het);
}
</script>
</head>
<body onload="boom();" dir="rtl">
<div><span id="s">A</span><span>&nbsp;</span>B</div>
</body>
</html>

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

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