Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / motion-path / combine-translation.html
blob46ebcbd0a63100e3546c784393141d1c52204989
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 #div1 {
6 position: absolute;
7 motion: path('M 10 20 h 40 v 50') 0rad 100%;
8 transform: translate(70px, 80px);
9 transform-origin: 0% 0%;
11 </style>
12 </head>
13 <body>
14 <div id="div1">div1</div>
15 </body>
16 </html>