This commit is contained in:
Boris Zbarsky 2009-01-15 15:30:37 -05:00
Родитель d184aa37ad
Коммит 19944c7fcd
2 изменённых файлов: 17 добавлений и 0 удалений

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

@ -0,0 +1,16 @@
<html class="reftest-wait"><head><script>
function doe2() {
document.getElementById('a').setAttribute('style', 'display: inline-block;');
document.body.offsetHeight;
document.getElementById('b').removeAttribute('style');
document.body.offsetHeight;
document.documentElement.className = '';
}
setTimeout(doe2,200,0);
</script>
</head>
<body style="display: -moz-inline-box;"><span style="display: inline-block;"><span style="display: inline-block;"></span></span><span id="a">
<iframe></iframe>
<div id="b" style="display: table-footer-group;"></div>
</span></body>
</html>

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

@ -42,6 +42,7 @@ load 369038-1.xhtml
load 369150-1.html
load 369150-2.html
load 369227-1.xhtml
load 369547-1.html
load 370699-1.html
load 370794-1.html
load 370866-1.xhtml