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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg

Issue 2780443002: SVGStringList update tests. (Closed)
Patch Set: Rebaselining svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg and win:svg/dom/SVGStringList-basics.xhtml Created 3 years, 8 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 <svg id="svg-root" width="100%" height="100%" 1 <svg id="svg-root" width="100%" height="100%"
2 viewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" 2 viewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg"
3 xmlns:xlink="http://www.w3.org/1999/xlink"> 3 xmlns:xlink="http://www.w3.org/1999/xlink">
4 <!--======================================================================--> 4 <!--======================================================================-->
5 <!--= Copyright 2008 World Wide Web Consortium, (Massachusetts =--> 5 <!--= Copyright 2008 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 new Subtest("s.offset.baseVal == 0"), 125 new Subtest("s.offset.baseVal == 0"),
126 126
127 // test SVGAnimatedBoolean 127 // test SVGAnimatedBoolean
128 new Subtest("c.preserveAlpha.baseVal == false"), 128 new Subtest("c.preserveAlpha.baseVal == false"),
129 129
130 // test SVGAnimatedString / DOMString 130 // test SVGAnimatedString / DOMString
131 new Subtest("c.className.baseVal == \"\""), 131 new Subtest("c.className.baseVal == \"\""),
132 new Subtest("i.href.baseVal == \"\""), 132 new Subtest("i.href.baseVal == \"\""),
133 133
134 // test SVGStringList 134 // test SVGStringList
135 new Subtest("i.requiredFeatures.numberOfItems == 0"), 135 new Subtest("i.requiredExtensions.numberOfItems == 0"),
136 136
137 // SVGAnimatedNumberList 137 // SVGAnimatedNumberList
138 new Subtest("c.kernelMatrix.baseVal.numberOfItems == 0"), 138 new Subtest("c.kernelMatrix.baseVal.numberOfItems == 0"),
139 139
140 // SVGAnimatedLengthList 140 // SVGAnimatedLengthList
141 new Subtest("t.x.baseVal.numberOfItems == 0"), 141 new Subtest("t.x.baseVal.numberOfItems == 0"),
142 142
143 // SVGAnimatedPointsList / SVGPointList 143 // SVGAnimatedPointsList / SVGPointList
144 new Subtest("p.points.numberOfItems == 0"), 144 new Subtest("p.points.numberOfItems == 0"),
145 145
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 fill="black">$Revision: 1.9 $</text> 193 fill="black">$Revision: 1.9 $</text>
194 </g> 194 </g>
195 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke= "#000"/> 195 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke= "#000"/>
196 <!-- comment out this watermark once the test is approved --> 196 <!-- comment out this watermark once the test is approved -->
197 <g id="draft-watermark"> 197 <g id="draft-watermark">
198 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-w idth="1"/> 198 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-w idth="1"/>
199 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size ="20" x="240" 199 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size ="20" x="240"
200 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white" >DRAFT</text> 200 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white" >DRAFT</text>
201 </g> 201 </g>
202 </svg> 202 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698