blob: cc07f7c77b778ad92100d7988895fe04d070b09d [file] [log] [blame]
<!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>