Add crashtest

git-svn-id: svn://10.0.0.236/trunk@248666 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu 2008-03-27 04:53:01 +00:00
parent 61f481b1bf
commit abd610fc7f
2 changed files with 18 additions and 0 deletions

View File

@ -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>

View File

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