Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / animate-linear-discrete-additive-b-expected.svg
bloba5ae3e70a05d018439e92f35f8375122e17cb19d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg viewBox="0 0 300 200" xmlns="http://www.w3.org/2000/svg">
3 <g transform="translate(50,20)">
4 <text x="2,3,4,5" y="0">
5 ABC
6 </text>
7 <text x="1" y="30">
8 DEF
9 </text>
10 <text x="120" y="60">
11 GHI
12 </text>
13 <text x="160 0" y="90">
14 JKL
15 </text>
16 </g>
17 </svg>