зеркало из https://github.com/mozilla/pjs.git
Add a crashtest
This commit is contained in:
Родитель
cf8119504b
Коммит
e446caf8b8
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче