<!DOCTYPE html><!-- webkit-test-runner [ experimental:WebAnimationsCSSIntegrationEnabled=false ] --> | |
<html> | |
<head> | |
<style> | |
.box { | |
height: 100px; | |
width: 100px; | |
background-color: blue; | |
-webkit-transform: scale(1, 1) translate3d(10px, 10px, 0); | |
} | |
</style> | |
</head> | |
<body> | |
<div class="box"></div> | |
</body> | |
</html> |