Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE html>↩
<html class="reftest-wait">↩
<body>↩
<table id="t" border="1" style="width:100%">↩
<tbody><tr><td></td></tr></tbody>↩
</table>↩
<script>↩
var t = document.getElementById("t");↩
window.addEventListener("MozReftestInvalidate", function() {↩
t.style.transform = "rotate(90deg)";↩
document.documentElement.removeAttribute("class");↩
});↩
</script>↩
</body>↩
</html>↩