Chromium Code Reviews| Index: LayoutTests/svg/custom/outer-svg-unknown-feature.svg |
| diff --git a/LayoutTests/svg/custom/outer-svg-unknown-feature.svg b/LayoutTests/svg/custom/outer-svg-unknown-feature.svg |
| index 78d2a4995c0a30ff117b856a0483b8174a22763f..af84e0f505768db35c26c59531adafe1642f1d7c 100644 |
| --- a/LayoutTests/svg/custom/outer-svg-unknown-feature.svg |
| +++ b/LayoutTests/svg/custom/outer-svg-unknown-feature.svg |
| @@ -1,3 +1,3 @@ |
| -<svg xmlns="http://www.w3.org/2000/svg" requiredFeatures="unknown_feature"> |
| +<svg xmlns="http://www.w3.org/2000/svg" requiredFeatures="http://www.w3.org/TR/SVG11/unknown_feature"> |
| <text x="20" y="20">This should not be visible</text> |
| </svg> |