Add crashtest.

This commit is contained in:
jruderman@hmc.edu 2007-12-13 21:06:08 -08:00
parent 241dcb7915
commit 39b28e5f0d
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<html>
<head>
<script>
var dt;
function init() {
dt = document.implementation.createDocumentType("rheet", 0, 2);
dt.foopy = "quux";
}
init();
</script>
</head>
<body>
</body>
</html>

View File

@ -1,5 +1,6 @@
load 325730-1.html
load 326618-1.html
load 326646-1.html
load 326865-1.html
load 338391-1.xhtml
load 343730-1.xhtml