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