summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/723484-1.html
blob: f2146f6e9301891aa0208152e9877658f04bdbe2 (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);
</script> 
</body> 
</html>