Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / motion-path / combine-rotation-expected.html
blob9993c2865664ccc4c73f67cc90916ae996fc4af2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 #div1 {
6 position: absolute;
7 left: 100;
8 top: 200;
9 transform: translate(-50%, -50%) rotate(180deg);
11 </style>
12 </head>
13 <body>
14 <div id="div1">div1</div>
15 </body>
16 </html>