tenfourfox/layout/reftests/bugs/723484-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
375 B
HTML

<!DOCTYPE HTML>
<html class="reftest-wait">
<body style="background:yellow;">
<img id="i" src="repeatable-diagonal-gradient.png">
<script>
function doTest() {
document.getElementById("i").style.opacity = 0.001;
document.documentElement.removeAttribute("class");
}
window.addEventListener("MozReftestInvalidate", doTest, false);
</script>
</body>
</html>