mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
3f350d1ef3
--HG-- extra : rebase_source : 2c8e33393cf73b6760cd26017c58a44d209b8e9b
16 lines
393 B
HTML
16 lines
393 B
HTML
<DOCTYPE HTML>
|
|
<html class="reftest-wait">
|
|
<body>
|
|
<div style="overflow:hidden; border:1px solid black;">
|
|
<div id="d" style="position:relative; left:10px; height:10px; background:blue;"></div>
|
|
</div>
|
|
<script>
|
|
function doTest() {
|
|
d.style.left = "50px";
|
|
document.documentElement.removeAttribute("class");
|
|
}
|
|
window.addEventListener("MozReftestInvalidate", doTest);
|
|
</script>
|
|
</body>
|
|
</html>
|