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