blob: aa3dd7fa63f24bd586d559d3e6f64fc970c6f69a [file]
<div id=t>This test passes if it doesn't crash</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
t.style.transform = "translatez";
t.style.transform = "translate3d";
</script>