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