blob: 0e3e8bb5d501510c6984ff366b8ee827bd0bbc75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!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>
|