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