Is that a crashtest in your pocket, or are you just happy to see me?

This commit is contained in:
jruderman@hmc.edu 2007-12-15 15:07:08 -08:00
parent 2652ea1c5b
commit cfe28c059b
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,26 @@
<html>
<head>
<script>
function boo()
{
var div = document.getElementById("div");
var dd = document.getElementById("dd");
var newSpan = document.createElement('span');
dd.insertBefore(newSpan, div);
}
window.addEventListener("load", boo, false);
</script>
</head>
<body>
<dd id="dd"><div id="div"></div></dd>
</body>
</html>

View File

@ -7,5 +7,6 @@ load 313086-1.xml
load 331204-1.html
load 335140-1.html
load 337419-1.html
load 343540-1.html
load 379920-1.svg
load 379920-1.svg