blob: 5cbf67ea7a29c38a586ba156a95db1ba3d6a1886 [file] [log] [blame]
<!DOCTYPE html>
<style>
div {
width: 100px;
height: 100px;
position: absolute;
transform-origin: 0% 0%;
}
#expected {
background-color: green;
transform: translate(240px, 30px) rotate(90deg) scale(1, 2);
}
</style>
<p>There should be no red color boxes</p>
<div id="expected"></div>