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