smontagu%smontagu.org da910c4994 Tests for bug 409513 and bug 410967
git-svn-id: svn://10.0.0.236/trunk@244552 18797224-902f-48f8-a5cc-f745e15eee43
2008-01-30 21:44:31 +00:00

18 lines
233 B
HTML

<DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function boom()
{
var t = document.body.firstChild;
t.data = "a" + t.data;
}
</script>
</head>
<body onload="boom();" style="width: 1px;">b c&#1603;</body>
</html>