blob: 0126e2a7e12b24ad7f16efbf881368c1ae0d3c95 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.box {
height: 100px;
width: 100px;
background-color: blue;
}
#box {
-webkit-transform: rotate(90deg) translate(100px, 0);
}
</style>
</head>
<body>
<div class="box" id="box"></div>
<div id="result">
PASS - "webkitTransform" property for "box" element at 1s saw something close to: 0,1,-1,0,0,100
</div>
</body>
</html>