Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!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>↩