Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / transforms / combine-transforms-properties-motion-path-expected.html
blob5cbf67ea7a29c38a586ba156a95db1ba3d6a1886
1 <!DOCTYPE html>
2 <style>
3 div {
4 width: 100px;
5 height: 100px;
6 position: absolute;
7 transform-origin: 0% 0%;
10 #expected {
11 background-color: green;
12 transform: translate(240px, 30px) rotate(90deg) scale(1, 2);
14 </style>
15 <p>There should be no red color boxes</p>
16 <div id="expected"></div>