blob: 60dc40df9857fe25193f514a70174b8f8aea67e9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#box {
position: absolute;
height: 100px;
width: 100px;
background-color: green;
transform: translate3d(50px, 200px, 0);
}
</style>
</head>
<body>
<div id="box">
</div>
<div id="result">
PASS - final state was matrix(1, 0, 0, 1, 50, 200)
</div>
</body>
</html>