Add crashtest

git-svn-id: svn://10.0.0.236/trunk@241519 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu
2007-12-17 05:43:21 +00:00
parent 909a6c9e76
commit 6f06697f0e
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
class="reftest-wait">
<head>
<script>
function boom()
{
var span = document.getElementById("span");
var table = document.getElementById("table");
table.appendChild(span);
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(boom, 20)">
<span id="span"></span>
<table id="table">
<tbody>
<tr>
<td style="float: left">
Table
<xul:box>
<input type="checkbox"/>
</xul:box>
cell
</td>
</tr>
</tbody>
</table>
</body>
</html>

View File

@@ -18,6 +18,7 @@ load 369150-1.html
load 369150-2.html
load 369227-1.xhtml
load 370794-1.html
load 371348-1.xhtml
load 382199-1.html
load 382396-1.xhtml
load 385265-1.xhtml