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