Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE HTML>
<html class="reftest-wait">
<body>
<div style="opacity:0">
<div id="d" class="reftest-no-paint" style="height:50px;">abc</div>
</div>
<script type="application/javascript">
function doTest() {
d.textContent = "def";
document.documentElement.removeAttribute("class");
}
document.addEventListener("MozReftestInvalidate", doTest);
</script>
</body>
</html>