Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / animation / set-to.svg
blob8b3545958a51ff14053abc33663c0580bfccc185
1 <svg xmlns='http://www.w3.org/2000/svg'>
2 <rect width='100' height='100' fill='red' />
3 <rect x='-100' width='100' height='100' fill='red'>
4 <set attributeName='x' to='0' dur='3s' />
5 <set attributeName='fill' to='green' dur='3s' />
6 </rect>
7 <text x='10' y='120'>
8 There should be a 100x100 green rect at 0,0.
9 </text>
10 </svg>