Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / motion-path / combine-translation-expected.html
blob63bdb4f3912410d4317769ee5aac9c6adbee6e63
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 #div1 {
6 position: absolute;
7 transform: translate(120px, 150px);
8 transform-origin: 0% 0%;
10 </style>
11 </head>
12 <body>
13 <div id="div1">div1</div>
14 </body>
15 </html>