Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / virtual / threaded / animations / composited-animation-style-update-expected.html
blob64799a1b6d655613676899873420bb16243e5770
1 <!DOCTYPE html>
2 <style>
3 div {
4 position: absolute;
5 width: 100px;
6 height: 100px;
7 font-size: 50px;
8 background: green;
9 transform: translate(1em, 1em);
11 </style>
12 <span>Animation is running on the compositor.</span>
13 <div></div>