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