Sign in
webkit
/
WebKit
/
00d9c36630c3b100532e86e2616da21d7c5e504a
/
.
/
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>