Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE HTML>
<html class="reftest-wait">
<body>
<table>
<td id="d" style="transform:translateX(400px); width:20px; height:20px; background:lime;">
</td>
</table>
<script>
function doTest() {
document.getElementById("d").style.transform = "translateX(10px)";
document.documentElement.removeAttribute("class");
}
window.addEventListener("MozReftestInvalidate", doTest);
</script>
</body>
</html>