Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(686)

Side by Side Diff: LayoutTests/svg/animations/animate-linear-discrete-additive-expected.svg

Issue 10445006: Merge 116458 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg viewBox="0 0 300 200" xmlns="http://www.w3.org/2000/svg"> 2 <svg viewBox="0 0 300 200" xmlns="http://www.w3.org/2000/svg">
3 <g transform="translate(50,20)"> 3 <g transform="translate(50,20)">
4 <text x="2,3,4" y="0"> 4 <text x="2,3,4" y="0">
5 ABC 5 ABC
6 </text> 6 </text>
7 <text x="1" y="30"> 7 <text x="1" y="30">
8 DEF 8 DEF
9 </text> 9 </text>
10 <text x="90" y="60"> 10 <text x="90" y="60">
11 GHI 11 GHI
12 </text> 12 </text>
13 <text x="120 0" y="90"> 13 <text x="120 0" y="90">
14 JKL 14 JKL
15 </text> 15 </text>
16 </g> 16 </g>
17 </svg> 17 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698