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

Side by Side Diff: LayoutTests/svg/W3C-SVG-1.1/animate-elem-85-t.svg

Issue 137443006: Remove support for <animateColor>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test adjustments Created 6 years, 11 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 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/ SVG/1.1/DTD/svg11-tiny-flat.dtd"> 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/ SVG/1.1/DTD/svg11-tiny-flat.dtd">
3 <svg version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" v iewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www. w3.org/1999/xlink"> 3 <svg version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" v iewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www. w3.org/1999/xlink">
4 <!--======================================================================--> 4 <!--======================================================================-->
5 <!--= Copyright 2006 World Wide Web Consortium, (Massachusetts =--> 5 <!--= Copyright 2006 World Wide Web Consortium, (Massachusetts =-->
6 <!--= Institute of Technology, European Research Consortium for =--> 6 <!--= Institute of Technology, European Research Consortium for =-->
7 <!--= Informatics and Mathematics (ERCIM), Keio University). =--> 7 <!--= Informatics and Mathematics (ERCIM), Keio University). =-->
8 <!--= All Rights Reserved. =--> 8 <!--= All Rights Reserved. =-->
9 <!--= See http://www.w3.org/Consortium/Legal/. =--> 9 <!--= See http://www.w3.org/Consortium/Legal/. =-->
10 <!--======================================================================--> 10 <!--======================================================================-->
(...skipping 10 matching lines...) Expand all
21 Then, the bottom two rectangles should smoothly animate from green, through oran ge, to yellow. 21 Then, the bottom two rectangles should smoothly animate from green, through oran ge, to yellow.
22 </Paragraph> 22 </Paragraph>
23 </OperatorScript> 23 </OperatorScript>
24 </SVGTestCase> 24 </SVGTestCase>
25 <title id="test-title">$RCSfile: animate-elem-85-t.svg,v $</title> 25 <title id="test-title">$RCSfile: animate-elem-85-t.svg,v $</title>
26 <!--======================================================================--> 26 <!--======================================================================-->
27 <!--Content of Test Case follows... =====================--> 27 <!--Content of Test Case follows... =====================-->
28 <!--======================================================================--> 28 <!--======================================================================-->
29 <g id="test-body-content"> 29 <g id="test-body-content">
30 <rect fill="#f00" x="30" y="50" height="100" width="90"> 30 <rect fill="#f00" x="30" y="50" height="100" width="90">
31 <animateColor attributeName="fill" 31 <animate attributeName="fill"
32 from="#000000" to="green" 32 from="#000000" to="green"
33 begin="0s" dur="5s" fill="freeze" /> 33 begin="0s" dur="5s" fill="freeze" />
34 </rect> 34 </rect>
35 <rect fill="#f00" x="140" y="50" height="100" width="90"> 35 <rect fill="#f00" x="140" y="50" height="100" width="90">
36 <animateColor attributeName="fill" 36 <animate attributeName="fill"
37 from="#000000" to="#008000" 37 from="#000000" to="#008000"
38 begin="0s" dur="5s" fill="freeze" /> 38 begin="0s" dur="5s" fill="freeze" />
39 </rect> 39 </rect>
40 <rect color="green" fill="#f00" x="250" y="50" height="100" width="90"> 40 <rect color="green" fill="#f00" x="250" y="50" height="100" width="90">
41 <animateColor attributeName="fill" 41 <animate attributeName="fill"
42 from="#000000" to="currentColor" 42 from="#000000" to="currentColor"
43 begin="0s" dur="5s" fill="freeze" /> 43 begin="0s" dur="5s" fill="freeze" />
44 </rect> 44 </rect>
45 <rect color="black" fill="#f00" x="360" y="50" height="100" width="90"> 45 <rect color="black" fill="#f00" x="360" y="50" height="100" width="90">
46 <animateColor attributeName="fill" 46 <animate attributeName="fill"
47 to="#008000" from="currentColor" 47 to="#008000" from="currentColor"
48 begin="0s" dur="5s" fill="freeze" /> 48 begin="0s" dur="5s" fill="freeze" />
49 </rect> 49 </rect>
50 <rect color="black" fill="#f00" x="100" y="180" height="60" width="280"> 50 <rect color="black" fill="#f00" x="100" y="180" height="60" width="280">
51 <animateColor attributeName="fill" 51 <animate attributeName="fill"
52 from="#008000" to="currentColor" 52 from="#008000" to="currentColor"
53 begin="5s" dur="5s" fill="freeze" /> 53 begin="5s" dur="5s" fill="freeze" />
54 <animateColor attributeName="color" 54 <animate attributeName="color"
55 to="yellow" from="red" 55 to="yellow" from="red"
56 begin="5s" dur="5s" fill="freeze" /> 56 begin="5s" dur="5s" fill="freeze" />
57 </rect> 57 </rect>
58 <rect color="black" fill="#f00" x="100" y="260" height="60" width="280"> 58 <rect color="black" fill="#f00" x="100" y="260" height="60" width="280">
59 <animateColor attributeName="fill" 59 <animate attributeName="fill"
60 from="#008000" to="currentColor" 60 from="#008000" to="currentColor"
61 begin="5s" dur="5s" fill="freeze" /> 61 begin="5s" dur="5s" fill="freeze" />
62 <animateColor attributeName="color" 62 <animate attributeName="color"
63 to="yellow" from="#f00" 63 to="yellow" from="#f00"
64 begin="5s" dur="5s" fill="freeze" /> 64 begin="5s" dur="5s" fill="freeze" />
65 </rect> 65 </rect>
66 </g> 66 </g>
67 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$ Revision: 1.2 $</text> 67 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$ Revision: 1.2 $</text>
68 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke= "#000"/> 68 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke= "#000"/>
69 </svg> 69 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698