Adding test

This commit is contained in:
Boris Zbarsky 2009-01-15 15:30:37 -05:00
parent 525b4dcecb
commit 1073781098
2 changed files with 17 additions and 0 deletions

View File

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

View File

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