| Index: LayoutTests/svg/custom/loadevents-normal-displaynone.svg
|
| diff --git a/LayoutTests/svg/custom/loadevents-normal-displaynone.svg b/LayoutTests/svg/custom/loadevents-normal-displaynone.svg
|
| index 75f5b555c93aa7f7c4c483502e501861b069dc42..eb7a2051f8dedc8bb580e1c30fcfc3f6fbc73d77 100644
|
| --- a/LayoutTests/svg/custom/loadevents-normal-displaynone.svg
|
| +++ b/LayoutTests/svg/custom/loadevents-normal-displaynone.svg
|
| @@ -23,7 +23,7 @@
|
| ]]>
|
| </script>
|
| <g onload="reportLoadEvent(this)">
|
| - <image display="none" externalResourcesRequired="false" id="image" onload="reportLoadEvent(this)" width="100" height="100" xlink:href="resources/green-checker.png" />
|
| + <image display="none" id="image" onload="reportLoadEvent(this)" width="100" height="100" xlink:href="resources/green-checker.png" />
|
| <text y="130" x="20">This tests normal load dispatching order and an image that does not render(display=none). Bug 16447</text>
|
| <text y="150" x="20" id="console" onload="reportLoadEvent(this)"/>
|
| </g>
|
|
|