Chromium Code Reviews| 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> |