Sign in
webkit
/
WebKit
/
8c551616acce2c42251182c7abaffe8c5bfc0fe5
/
.
/
LayoutTests
/
transforms
/
2d
/
rotate-and-scale-and-translate-order-expected.html
blob: 55ac28492a9247247319f89473ae8de7b955bc01 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
width
:
100px
;
height
:
100px
;
background-color
:
black
;
transform
:
translate
(
100px
,
100px
)
rotate
(
30deg
)
scale
(
2
);
}
</style>
</head>
<body>
<div></div>
</body>
</html>