Add crashtest

This commit is contained in:
jruderman@hmc.edu 2007-12-23 18:19:16 -08:00
parent fa3e151231
commit 5775a5419b
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,39 @@
<html>
<head>
<style type="text/css">
body {
-moz-column-count: 2;
-moz-column-width: 100px;
height: 200px;
width: 400px;
}
.b {
height: 300px;
}
.f {
float: left;
}
.p {
padding: 0pt 200px;
}
</style>
<script type="text/javascript">
function boom()
{
var newDiv = document.createElementNS("http://www.w3.org/1999/xhtml", "div");
var a = document.getElementById("a");
a.appendChild(newDiv);
}
</script>
</head>
<body onload="boom();"><div class="f"><span class="p"></span></div><div id="a"><div class="b f"><input></div></div></body>
</html>

View File

@ -54,3 +54,4 @@ load 400232-1.html
load 404204-1.html
load 407009-1.xhtml
load 408749-1.xhtml
load 408883-1.html

View File

@ -0,0 +1 @@
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><grid><rows><label/></rows><columns><column><label/></column></columns></grid></window>

View File

@ -16,3 +16,4 @@ load 394120-1.xhtml
load 397304-1.html
load 398326-1.xhtml
load 402912-1.xhtml
load 408904-1.xul