mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
23
layout/reftests/bugs/728983-1.html
Normal file
23
layout/reftests/bugs/728983-1.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html class="reftest-wait">
|
||||
<body>
|
||||
<div style="-moz-column-count:2; column-count:2; width:300px; height:100px;">
|
||||
<div id="o" style="opacity:0.5; width:100px; height:200px; background:lime;">
|
||||
<div id="d" style="height:50px; width:80px; background:red; padding:2px">Text</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var o = document.getElementById("o");
|
||||
var d = document.getElementById("d");
|
||||
document.body.getBoundingClientRect();
|
||||
o.style.opacity = 0.8;
|
||||
function doTest() {
|
||||
o.style.opacity = 0.9;
|
||||
document.body.getBoundingClientRect();
|
||||
d.style.background = "green";
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
window.addEventListener("MozReftestInvalidate", doTest, false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue