Add a crashtest.

git-svn-id: svn://10.0.0.236/trunk@241316 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu 2007-12-15 04:24:51 +00:00
parent 23043ef04a
commit bbaa9f6232
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<!DOCTYPE HTML>
<html>
<head>
<script>
function boom()
{
var weirdScript = document.createElementNS('http://example.com/foo', 'script');
document.body.appendChild(weirdScript);
document.body.innerHTML;
}
</script>
</head>
<body onload="boom()">
</body>
</html>

View File

@ -6,5 +6,6 @@ load 326865-1.html
load 338391-1.xhtml
load 343730-1.xhtml
load 386000-1.html
load 386794-1.html
load 399712-1.html
load 407818.html