Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
transforms
/
2d
/
scale-and-translate-order.html
blob: fee540b239401dd46046118196f0ea5e549eb983 [
file
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
width
:
100px
;
height
:
100px
;
background-color
:
black
;
scale
:
2
;
translate
:
100px
100px
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>