Sign in
webkit
/
WebKit
/
aa64ae842deae0c1d6c6bd4564211434f2923ae3
/
.
/
LayoutTests
/
compositing
/
animation
/
matrix-animation-expected.html
blob: 71f166650109ae56f88ad8c5c29462c18138ae60 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
.
box
{
height
:
100px
;
width
:
100px
;
background-color
:
blue
;
-webkit-transform
:
scale
(
1
,
1
)
translate3d
(
10px
,
10px
,
0
);
}
</style>
</head>
<body>
<div
class
=
"box"
></div>
</body>
</html>