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

Side by Side Diff: LayoutTests/svg/W3C-SVG-1.1/animate-elem-84-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.dtd"> 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/ SVG/1.1/DTD/svg11-tiny.dtd">
3 <svg version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" v iewBox="0 0 480 360" 3 <svg version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" v iewBox="0 0 480 360"
4 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> 4 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
5 <!--======================================================================--> 5 <!--======================================================================-->
6 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =--> 6 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
7 <!--= Institute of Technology, Institut National de Recherche en =--> 7 <!--= Institute of Technology, Institut National de Recherche en =-->
8 <!--= Informatique et en Automatique, Keio University). All Rights =--> 8 <!--= Informatique et en Automatique, Keio University). All Rights =-->
9 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =--> 9 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
10 <!--======================================================================--> 10 <!--======================================================================-->
(...skipping 12 matching lines...) Expand all
23 </Paragraph> 23 </Paragraph>
24 </OperatorScript> 24 </OperatorScript>
25 </SVGTestCase> 25 </SVGTestCase>
26 <title id="test-title">$RCSfile: animate-elem-84-t.svg,v $</title> 26 <title id="test-title">$RCSfile: animate-elem-84-t.svg,v $</title>
27 <!--======================================================================--> 27 <!--======================================================================-->
28 <!--Content of Test Case follows... =====================--> 28 <!--Content of Test Case follows... =====================-->
29 <!--======================================================================--> 29 <!--======================================================================-->
30 <g id="test-body-content"> 30 <g id="test-body-content">
31 <g transform="scale(1.1) translate (50,20)"> 31 <g transform="scale(1.1) translate (50,20)">
32 <rect color="green" fill="#000000" height="100" width="100"> 32 <rect color="green" fill="#000000" height="100" width="100">
33 <animateColor attributeName="fill" from="#f00" to="currentColor" begin=" 2s" dur="5s" 33 <animate attributeName="fill" from="#f00" to="currentColor" begin="2s" d ur="5s"
34 fill="freeze"/> 34 fill="freeze"/>
35 </rect> 35 </rect>
36 <rect color="red" fill="#000000" height="100" width="100" y="150"> 36 <rect color="red" fill="#000000" height="100" width="100" y="150">
37 <animateColor attributeName="fill" from="currentColor" to="green" begin= "2s" dur="5s" 37 <animate attributeName="fill" from="currentColor" to="green" begin="2s" dur="5s"
38 fill="freeze"/> 38 fill="freeze"/>
39 </rect> 39 </rect>
40 <rect color="green" fill="#000000" x="120" height="100" width="100" y="75" > 40 <rect color="green" fill="#000000" x="120" height="100" width="100" y="75" >
41 <animateColor attributeName="fill" from="#f00" to="green" begin="2s" dur ="5s" fill="freeze" 41 <animate attributeName="fill" from="#f00" to="green" begin="2s" dur="5s" fill="freeze"
42 /> 42 />
43 </rect> 43 </rect>
44 <g fill="#070"> 44 <g fill="#070">
45 <rect color="green" fill="#000000" x="240" height="100" width="100"> 45 <rect color="green" fill="#000000" x="240" height="100" width="100">
46 <animateColor attributeName="fill" from="#f00" to="inherit" begin="2s" dur="5s" 46 <animate attributeName="fill" from="#f00" to="inherit" begin="2s" dur= "5s"
47 fill="freeze"/> 47 fill="freeze"/>
48 </rect> 48 </rect>
49 </g> 49 </g>
50 <g fill="#F00"> 50 <g fill="#F00">
51 <rect color="green" fill="#000000" x="240" height="100" width="100" y="1 50"> 51 <rect color="green" fill="#000000" x="240" height="100" width="100" y="1 50">
52 <animateColor attributeName="fill" from="inherit" to="green" begin="2s " dur="5s" 52 <animate attributeName="fill" from="inherit" to="green" begin="2s" dur ="5s"
53 fill="freeze"/> 53 fill="freeze"/>
54 </rect> 54 </rect>
55 </g> 55 </g>
56 <g text-anchor="middle" font-size="14"> 56 <g text-anchor="middle" font-size="14">
57 <text x="50" y="130">currentColor</text> 57 <text x="50" y="130">currentColor</text>
58 <text x="170" y="55">green</text> 58 <text x="170" y="55">green</text>
59 <text x="290" y="130">inherit</text> 59 <text x="290" y="130">inherit</text>
60 </g> 60 </g>
61 </g> 61 </g>
62 </g> 62 </g>
63 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$ Revision: 1.4 $</text> 63 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$ Revision: 1.4 $</text>
64 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke= "#000"/> 64 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke= "#000"/>
65 </svg> 65 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698