Sign in
webkit
/
WebKit
/
2a0aecef68e2ca0674a52b051412def7e6b01404
/
.
/
LayoutTests
/
webanimations
/
accelerated-translate-animation-expected.html
blob: 7f4e2f5b2a0fd869ee1da0f1b3266a3acc520f58 [
file
] [
log
] [
blame
]
<style>
#
target
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100px
;
height
:
100px
;
background-color
:
black
;
transform
:
translateX
(
100px
);
}
</style>
<div
id
=
"target"
></div>