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

Side by Side Diff: LayoutTests/svg/animations/animateMotion-additive-1-expected.svg

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2 <svg viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="ht tp://www.w3.org/1999/xlink">
3 <defs>
4 <path id="p1" d="M100,100C-300,200 2000,700 100,800" />
5 <path id="p2" d="M800,800C1200,700 -1100,200 800,100" />
6 </defs>
7
8 <g transform="translate(900,900)">
9 <circle id="c1" cx="0" cy="0" r="40" stroke="#888" stroke-width="60" fill="#f00" />
10 </g>
11
12 <g fill="none" stroke-width="5" stroke="#888" stroke-linecap="round" stroke-line join="round">
13 <use xlink:href="#p1" />
14 <use xlink:href="#p2" />
15 </g>
16
17 <circle id="c2" cx="900" cy="900" r="10" fill="#888" />
18 </svg>
19
OLDNEW
« no previous file with comments | « LayoutTests/svg/animations/animateMotion-additive-1.svg ('k') | LayoutTests/svg/filters/feMorphology-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698