Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / animations / insert-composited-animation-expected.html
blob5d963b71e60c5c3a6023ea8c2078addf9aa75d9a
1 <!DOCTYPE html>
2 <style>
3 div {
4 position: absolute;
5 width: 100px;
6 height: 100px;
7 background: green;
8 transform: translate(50px, 50px);
10 </style>
11 <div></div>