Add a crashtest
git-svn-id: svn://10.0.0.236/trunk@250653 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
24
mozilla/layout/generic/crashtests/366021-1.xhtml
Normal file
24
mozilla/layout/generic/crashtests/366021-1.xhtml
Normal file
@@ -0,0 +1,24 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
|
||||
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("xulwin").appendChild(document.getElementById("sss"));
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
||||
<body onload="setTimeout(boom, 10)">
|
||||
|
||||
<span id="sss"><tr><td style="position: absolute;">td</td></tr></span>
|
||||
|
||||
<window id="xulwin" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"></window>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -27,6 +27,7 @@ load 359371-2.html
|
||||
load 363848-1.xhtml
|
||||
load 364407-1.html
|
||||
load 364686-1.xhtml
|
||||
load 366021-1.xhtml
|
||||
load 366667-1.html
|
||||
load 366952-1.html
|
||||
load 368330-1.html
|
||||
|
||||
Reference in New Issue
Block a user