summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/627393-1.html
blob: 95e3b81d2906f9ce936bb2cb1a109afafa5decd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html class="reftest-wait">
<body>
<div id="d" style="background:black; width:300px; height:300px; opacity:0.5;"></div>
<script>
function doTest() {
  document.getElementById('d').style.opacity = 0.001;
  document.documentElement.removeAttribute("class");
}
window.addEventListener("MozReftestInvalidate", doTest);
</script>
</body>
</html>