Add a crashtest
git-svn-id: svn://10.0.0.236/trunk@241501 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a219a892b0
commit
10a3690651
45
mozilla/layout/base/crashtests/337268-1.html
Normal file
45
mozilla/layout/base/crashtests/337268-1.html
Normal file
@ -0,0 +1,45 @@
|
||||
<html class="reftest-wait">
|
||||
<head>
|
||||
<script>
|
||||
|
||||
window.addEventListener("load", foo1, false);
|
||||
|
||||
function foo1()
|
||||
{
|
||||
document.getElementById("a").style.width = "20em";
|
||||
setTimeout(foo2, 30);
|
||||
}
|
||||
|
||||
function foo2()
|
||||
{
|
||||
document.getElementById("b").style.width = "auto";
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td id="a">
|
||||
|
||||
<table style="display: -moz-inline-box;">
|
||||
<tr>
|
||||
<td width="100%">
|
||||
|
||||
XXX XXX
|
||||
|
||||
<div id="b" style="width: 200%; display: table-column-group;"></div>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -16,6 +16,7 @@ load 331679-2.xml
|
||||
load 331679-3.xml
|
||||
load 335140-1.html
|
||||
load 336291-1.html
|
||||
load 337268-1.html
|
||||
load 337419-1.html
|
||||
load 339651-1.html
|
||||
load 343540-1.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user