In crashtests we trust.

This commit is contained in:
jruderman@hmc.edu 2007-12-16 22:25:36 -08:00
parent 9558557202
commit 93762c1599
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<html>
<head>
<script>
function boom()
{
var aaa = document.getElementById("aaa");
var bbb = document.getElementById("bbb");
aaa.parentNode.insertBefore(bbb, aaa);
}
</script>
</head>
<body onload="boom();">
<div><span><span style="display: table-caption;"></span><span id="aaa"><div></div></span></span></div>
<b id="bbb" style="display: table-caption;"></b>
</body>
</html>

View File

@ -41,6 +41,7 @@ load 379920-2.svg
load 380096-1.html
load 385866-1.xhtml
load 385880-1.xhtml
load 390976-1.html
load 393801-1.html
load 397011-1.xhtml
load 399132-1.xhtml