Add a crashtest

This commit is contained in:
jruderman@hmc.edu 2008-03-26 14:45:16 -07:00
parent dd3c2dd396
commit 9354f3db0b
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
function boom()
{
var div = document.getElementById("div");
div.textContent = String.fromCharCode(0xDCBF);
}
</script>
</head>
<body onload="boom();">
<div id="div"></div>
</body>
</html>

View File

@ -19,6 +19,7 @@ load 354645-1.xul
load 366200-1.xhtml
load 369216-1.html
load 371466-1.xhtml
load 377360-1.xhtml
load 386000-1.html
load 386794-1.html
load 395469-1.xhtml