mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
37b549af2f
--HG-- extra : rebase_source : d561b6e215d654560f89acddec1663517ca4e8ce
22 lines
487 B
HTML
22 lines
487 B
HTML
<!DOCTYPE HTML>
|
|
<html class="reftest-wait">
|
|
<body>
|
|
<style>
|
|
img {
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<div>
|
|
<img id="image" class="reftest-no-paint" src="./image_rgrg-256x256.png" style="-moz-transform: perspective(1px)"></img>
|
|
</div>
|
|
<script type="application/javascript">
|
|
|
|
function doTest() {
|
|
document.body.style.background = "black";
|
|
document.documentElement.removeAttribute("class");
|
|
}
|
|
document.addEventListener("MozReftestInvalidate", doTest, false);
|
|
</script>
|
|
</body>
|
|
</html>
|