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

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

Issue 2741463002: Remove SVGTests.requiredFeatures attribute
Patch Set: rebase Created 3 years, 9 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 // test SVGAnimatedNumber 124 // test SVGAnimatedNumber
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
135 new Subtest("i.requiredFeatures.numberOfItems == 0"),
fs 2017/03/23 16:55:43 Either replace this to use a different SVGStringLi
136
137 // SVGAnimatedNumberList 134 // SVGAnimatedNumberList
138 new Subtest("c.kernelMatrix.baseVal.numberOfItems == 0"), 135 new Subtest("c.kernelMatrix.baseVal.numberOfItems == 0"),
139 136
140 // SVGAnimatedLengthList 137 // SVGAnimatedLengthList
141 new Subtest("t.x.baseVal.numberOfItems == 0"), 138 new Subtest("t.x.baseVal.numberOfItems == 0"),
142 139
143 // SVGAnimatedPointsList / SVGPointList 140 // SVGAnimatedPointsList / SVGPointList
144 new Subtest("p.points.numberOfItems == 0"), 141 new Subtest("p.points.numberOfItems == 0"),
145 142
146 // SVGAnimatedEnumeration 143 // SVGAnimatedEnumeration
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 fill="black">$Revision: 1.9 $</text> 190 fill="black">$Revision: 1.9 $</text>
194 </g> 191 </g>
195 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke= "#000"/> 192 <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 --> 193 <!-- comment out this watermark once the test is approved -->
197 <g id="draft-watermark"> 194 <g id="draft-watermark">
198 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-w idth="1"/> 195 <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" 196 <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> 197 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white" >DRAFT</text>
201 </g> 198 </g>
202 </svg> 199 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698