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