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