Sign in
chromium
/
chromium
/
src.git
/
61.0.3140.1
/
.
/
third_party
/
WebKit
/
LayoutTests
/
animations
/
transform-responsive-neutral-keyframe-expected.html
blob: 46a6c0a729debec33f7c8a9b1722f91e7e579a21 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
div
{
position
:
absolute
;
width
:
100px
;
height
:
100px
;
background
:
green
;
transform
:
translateX
(
50px
);
}
</style>
<div></div>