This commit is contained in:
jruderman%hmc.edu 2007-12-17 03:01:57 +00:00
Родитель cf8119504b
Коммит e446caf8b8
2 изменённых файлов: 46 добавлений и 0 удалений

Просмотреть файл

@ -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