Add crashtest

This commit is contained in:
jruderman@hmc.edu 2007-12-16 22:07:00 -08:00
parent 4fcfcc4c0d
commit 556ce6bb2e
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
div, col { counter-reset: chicken; }
</style>
<script>
function boom()
{
var col = document.getElementById("col");
col.parentNode.removeChild(col);
}
</script>
</head>
<body onload="boom();">
<div><col id="col" span="2"></col></div>
</body>
</html>

View File

@ -39,6 +39,7 @@ load 379799-1.html
load 379920-1.svg
load 379920-2.svg
load 380096-1.html
load 385866-1.xhtml
load 393801-1.html
load 397011-1.xhtml
load 399132-1.xhtml