Add crashtest
git-svn-id: svn://10.0.0.236/trunk@241519 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
41
mozilla/layout/generic/crashtests/371348-1.xhtml
Normal file
41
mozilla/layout/generic/crashtests/371348-1.xhtml
Normal 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>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user