This commit is contained in:
jruderman@hmc.edu 2008-03-26 21:53:01 -07:00
Родитель 8c070d91b8
Коммит 56b0de490d
2 изменённых файлов: 18 добавлений и 0 удалений

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

@ -0,0 +1,17 @@
<html>
<head>
<script type="text/javascript">
function boom()
{
var textNode = document.createTextNode("\u202B" + "A B");
document.body.appendChild(textNode);
document.body.offsetHeight;
textNode.data = "\u202B" + " C";
}
</script>
</head>
<body onload="boom();"></body>
</html>

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

@ -95,6 +95,7 @@ load 403569-3.xhtml
load 404218-1.xhtml load 404218-1.xhtml
load 405184-1.xhtml load 405184-1.xhtml
load 405186-1.xhtml load 405186-1.xhtml
load 406675-1.html
load 408292.html load 408292.html
load 408299.html load 408299.html
load 409513.html load 409513.html