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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/W3C-SVG-1.1/struct-image-02-b.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 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics /SVG/1.1/DTD/svg11-basic.dtd"> 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics /SVG/1.1/DTD/svg11-basic.dtd">
3 3
4 <!--======================================================================--> 4 <!--======================================================================-->
5 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =--> 5 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
6 <!--= Institute of Technology, Institut National de Recherche en =--> 6 <!--= Institute of Technology, Institut National de Recherche en =-->
7 <!--= Informatique et en Automatique, Keio University). All Rights =--> 7 <!--= Informatique et en Automatique, Keio University). All Rights =-->
8 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =--> 8 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
9 <!--======================================================================--> 9 <!--======================================================================-->
10 <!-- =====================================================================--> 10 <!-- =====================================================================-->
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 <g id="square2"> 88 <g id="square2">
89 <use xlink:href="#svg01"/> 89 <use xlink:href="#svg01"/>
90 </g> 90 </g>
91 <svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/ 2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="square3" x="0" y="150" width="240" height="150"> 91 <svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/ 2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="square3" x="0" y="150" width="240" height="150">
92 <g> 92 <g>
93 <rect fill="aqua" x="0" y="0" width="240" heigh t="150"/> 93 <rect fill="aqua" x="0" y="0" width="240" heigh t="150"/>
94 </g> 94 </g>
95 </svg> 95 </svg>
96 <g id="square4"> 96 <g id="square4">
97 <switch> 97 <switch>
98 » » » » <rect fill="red" x="240" y="150" width="240" he ight="150" requiredFeatures="org.w3c.svg.static" systemLanguage=""/> 98 » » » » <rect fill="red" x="240" y="150" width="240" he ight="150" systemLanguage=""/>
fs 2017/03/23 16:55:44 Just keep these as is and update the expected resu
99 » » » » <rect fill="blue" x="240" y="150" width="240" h eight="150" requiredFeatures="org.w3c.svg.static" systemLanguage=""/> 99 » » » » <rect fill="blue" x="240" y="150" width="240" h eight="150" systemLanguage=""/>
100 » » » » <rect fill="green" x="240" y="150" width="240" height="150" requiredFeatures="org.w3c.svg.static"/> 100 » » » » <rect fill="green" x="240" y="150" width="240" height="150" />
101 » » » » <rect fill="yellow" x="240" y="150" width="240" height="150" requiredFeatures="org.w3c.svg.static" systemLanguage=""/> 101 » » » » <rect fill="yellow" x="240" y="150" width="240" height="150" systemLanguage=""/>
102 </switch> 102 </switch>
103 </g> 103 </g>
104 </g> 104 </g>
105 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="bl ack">$Revision: 1.2 $</text> 105 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="bl ack">$Revision: 1.2 $</text>
106 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" s troke="#000000"/> 106 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" s troke="#000000"/>
107 </svg> 107 </svg>
108 108
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698