Sign in
webkit
/
WebKit
/
49e061d8a3dbe8c30f3935dcdd27d7b6b9ae2882
/
.
/
LayoutTests
/
webanimations
/
seeking-by-changing-delay-accelerated-expected.html
blob: 4ec430d7a09f37a99fb05c983bb1368cda38a378 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
#
target
{
position
:
absolute
;
left
:
0
;
top
:
0
;
width
:
100px
;
height
:
100px
;
background-color
:
black
;
transform
:
translateX
(
50px
);
}
</style>
</head>
<body>
<div
id
=
"target"
></div>
</body>
</html>