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

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

Issue 1153403003: Remove SVGFilterElement's filterRes* attributes and setFilterRes() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase + updated smallFonts.svg and textFeatures.svg Created 5 years, 6 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 | Annotate | Revision Log
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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
146 // SVGAnimatedEnumeration 146 // SVGAnimatedEnumeration
147 new Subtest("g.gradientUnits.baseVal == 2 (SVG_UNIT_TYPE_OBJECTBOUNDINGB OX)", "g.gradientUnits.baseVal == 2"), 147 new Subtest("g.gradientUnits.baseVal == 2 (SVG_UNIT_TYPE_OBJECTBOUNDINGB OX)", "g.gradientUnits.baseVal == 2"),
148 148
149 // SVGAnimatedInteger 149 // SVGAnimatedInteger
150 new Subtest("f.filterResX.baseVal == 0"), 150 new Subtest("c.targetX.baseVal == 0"),
151 151
152 // SVGAnimatedAngle 152 // SVGAnimatedAngle
153 new Subtest("m.orientAngle.baseVal.value == 0"), 153 new Subtest("m.orientAngle.baseVal.value == 0"),
154 new Subtest("m.orientAngle.baseVal.unitType == 1 (SVG_ANGLETYPE_UNSPECIF IED)", "m.orientAngle.baseVal.unitType == 1"), 154 new Subtest("m.orientAngle.baseVal.unitType == 1 (SVG_ANGLETYPE_UNSPECIF IED)", "m.orientAngle.baseVal.unitType == 1"),
155 155
156 // SVGAnimatedRect / SVGRect 156 // SVGAnimatedRect / SVGRect
157 new Subtest("v.viewBox.baseVal.[x,y,width,height] == 0", 157 new Subtest("v.viewBox.baseVal.[x,y,width,height] == 0",
158 "v.viewBox.baseVal.x == 0 && v.viewBox.baseVal.y == 0 && v.viewB ox.baseVal.width == 0 && v.viewBox.baseVal.height == 0"), 158 "v.viewBox.baseVal.x == 0 && v.viewBox.baseVal.y == 0 && v.viewB ox.baseVal.width == 0 && v.viewBox.baseVal.height == 0"),
159 159
160 // SVGAnimatedTransformList 160 // SVGAnimatedTransformList
(...skipping 32 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