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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/svg/W3C-SVG-1.1/struct-image-02-b.svg
diff --git a/third_party/WebKit/LayoutTests/svg/W3C-SVG-1.1/struct-image-02-b.svg b/third_party/WebKit/LayoutTests/svg/W3C-SVG-1.1/struct-image-02-b.svg
index ec9872de0b086ea326049de1e24f90095eeb0150..70ddb30ac3679a3b44eacf8d4852733b6d6eae92 100644
--- a/third_party/WebKit/LayoutTests/svg/W3C-SVG-1.1/struct-image-02-b.svg
+++ b/third_party/WebKit/LayoutTests/svg/W3C-SVG-1.1/struct-image-02-b.svg
@@ -95,10 +95,10 @@
</svg>
<g id="square4">
<switch>
- <rect fill="red" x="240" y="150" width="240" height="150" requiredFeatures="org.w3c.svg.static" systemLanguage=""/>
fs 2017/03/23 16:55:44 Just keep these as is and update the expected resu
- <rect fill="blue" x="240" y="150" width="240" height="150" requiredFeatures="org.w3c.svg.static" systemLanguage=""/>
- <rect fill="green" x="240" y="150" width="240" height="150" requiredFeatures="org.w3c.svg.static"/>
- <rect fill="yellow" x="240" y="150" width="240" height="150" requiredFeatures="org.w3c.svg.static" systemLanguage=""/>
+ <rect fill="red" x="240" y="150" width="240" height="150" systemLanguage=""/>
+ <rect fill="blue" x="240" y="150" width="240" height="150" systemLanguage=""/>
+ <rect fill="green" x="240" y="150" width="240" height="150" />
+ <rect fill="yellow" x="240" y="150" width="240" height="150" systemLanguage=""/>
</switch>
</g>
</g>

Powered by Google App Engine
This is Rietveld 408576698