Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / animations / transform-responsive-neutral-keyframe-expected.html
blobdcf2c7e1c1b04d658f713e5255e520452e77c3af
1 <!DOCTYPE html>
2 <style>
3 div {
4 position: absolute;
5 width: 100px;
6 height: 100px;
7 background: green;
8 animation: test 1e8s;
9 transform: translateY(50px);
11 @keyframes test {
12 to { transform: translateX(100px); }
14 </style>
15 <div></div>