mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
Adding test
This commit is contained in:
parent
7d418b02bd
commit
4ff23193c9
16
layout/generic/crashtests/369547-1.html
Normal file
16
layout/generic/crashtests/369547-1.html
Normal 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>
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user