| Index: LayoutTests/svg/dom/resources/SVGStyledElement-pendingResource-crash.svg
|
| diff --git a/LayoutTests/svg/dom/resources/SVGStyledElement-pendingResource-crash.svg b/LayoutTests/svg/dom/resources/SVGStyledElement-pendingResource-crash.svg
|
| index fcd5b2cffd823e0f72ca64962dcd330581544171..09389ff25b13d7ea382d5343ad1be94addc76255 100644
|
| --- a/LayoutTests/svg/dom/resources/SVGStyledElement-pendingResource-crash.svg
|
| +++ b/LayoutTests/svg/dom/resources/SVGStyledElement-pendingResource-crash.svg
|
| @@ -1,14 +1,14 @@
|
| -<?xml version="1.0" encoding="UTF-8"?>
|
| -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
| -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
| - <image id="refImage"/>
|
| - <g>
|
| - <text id="testName">X</text>
|
| - <use xlink:href="#navigationGroup" />
|
| - </g>
|
| - <defs id="d">
|
| - <g id="navigationGroup" fill='url(#testName)'>
|
| - <a stroke='url(#refImage)'><text id="ABC">A</text></a>
|
| - </g>
|
| - </defs>
|
| -</svg>
|
| +<?xml version="1.0" encoding="UTF-8"?>
|
| +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
| +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
| + <image id="refImage"/>
|
| + <g>
|
| + <text id="testName">X</text>
|
| + <use xlink:href="#navigationGroup" />
|
| + </g>
|
| + <defs id="d">
|
| + <g id="navigationGroup" fill='url(#testName)'>
|
| + <a stroke='url(#refImage)'><text id="ABC">A</text></a>
|
| + </g>
|
| + </defs>
|
| +</svg>
|
|
|