| Index: LayoutTests/svg/repaint/image-with-clip-path.svg
|
| diff --git a/LayoutTests/svg/repaint/image-with-clip-path.svg b/LayoutTests/svg/repaint/image-with-clip-path.svg
|
| index 39cf7a86550a3190d7c1235246d969475bf990e5..1d72287ce5d1884c47f684230bb721c6d045121e 100644
|
| --- a/LayoutTests/svg/repaint/image-with-clip-path.svg
|
| +++ b/LayoutTests/svg/repaint/image-with-clip-path.svg
|
| @@ -29,7 +29,6 @@
|
| r.setAttribute('width', size);
|
| r.setAttribute('height', size);
|
| g.setAttribute("transform","translate(" + offset + ",50)");
|
| - i.setAttribute("externalResourcesRequired", "true");
|
| i.setAttributeNS('http://www.w3.org/1999/xlink', 'href', img);
|
| };
|
|
|
|
|