| Index: LayoutTests/svg/custom/xlink-prefix-in-attributes-expected.txt
|
| diff --git a/LayoutTests/svg/custom/xlink-prefix-in-attributes-expected.txt b/LayoutTests/svg/custom/xlink-prefix-in-attributes-expected.txt
|
| index 7968f1978e08c13701ed8eb6a3f82f9ff6dc4175..a43cd2035123683834bd244299ed9ad9dbf6addc 100644
|
| --- a/LayoutTests/svg/custom/xlink-prefix-in-attributes-expected.txt
|
| +++ b/LayoutTests/svg/custom/xlink-prefix-in-attributes-expected.txt
|
| @@ -1,2 +1,2 @@
|
| -<div id="target"> <div id="svgoutput"> </div><svg xmlns="http://www.w3.org/2000/svg" svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><image width="20" height="20" xlink:href="resources/green-checker.png"></image><image x="0" y="30" width="20" height="20" xlink:href="resources/green-checker.png"></image></svg></div> <El xmlns:a="http://www.w3.org/1999/xlink" a:title="C" a:href="H"/>
|
| +<div xmlns="http://www.w3.org/1999/xhtml" id="target"> <div id="svgoutput"> </div><svg xmlns="http://www.w3.org/2000/svg" svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><image width="20" height="20" xlink:href="resources/green-checker.png"/><image x="0" y="30" width="20" height="20" xlink:href="resources/green-checker.png"/></svg></div> <El xmlns:a="http://www.w3.org/1999/xlink" a:title="C" a:href="H"/>
|
|
|
|
|