Add crashtests

This commit is contained in:
jruderman@hmc.edu 2008-03-11 17:42:51 -07:00
parent f693027226
commit baa46a25a7
5 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,4 @@
<html>
<head></head>
<body dir="rtl"><div>&#x200C;&#x2028;</div></body>
</html>

View File

@ -0,0 +1,4 @@
<html>
<head></head>
<body><div>&#x0301;&#x2029;</div></body>
</html>

View File

@ -0,0 +1,14 @@
<html>
<head>
<script type="text/javascript">
function boom()
{
document.body.appendChild(document.createTextNode("\uCEDD\u5C76\u000D\uCA34"));
}
</script>
</head>
<body onload="boom();"><span>&#x202E;&#x05BC;</span></body>
</html>

View File

@ -0,0 +1,4 @@
<html>
<head></head>
<body onload="document.body.appendChild(document.createTextNode('y'));">x&#x2028;&#x200D;&#x202D;<span>&#x0643;</span></body>
</html>

View File

@ -28,4 +28,7 @@ load 407842.html
load 410728-1.xml
load 416637-1.html
load 419095-1.html
load 420945-1.html
load 420962-1.html
load 421393-1.html
load 421813-1.html