| Index: LayoutTests/svg/custom/loadevents-normal.svg
|
| diff --git a/LayoutTests/svg/custom/loadevents-normal.svg b/LayoutTests/svg/custom/loadevents-normal.svg
|
| index df2dad4a3dd5bdb95b920df80223c7a8cfa7ceca..5f535b10fe56216abf0f59b0c3da8c345a63df4a 100644
|
| --- a/LayoutTests/svg/custom/loadevents-normal.svg
|
| +++ b/LayoutTests/svg/custom/loadevents-normal.svg
|
| @@ -23,7 +23,7 @@
|
| ]]>
|
| </script>
|
| <g onload="reportLoadEvent(this)">
|
| - <image externalResourcesRequired="false" id="image" onload="reportLoadEvent(this)" width="100" height="100" xlink:href="resources/green-checker.png" />
|
| + <image 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. Bug 16447</text>
|
| <text y="150" x="20" id="console" onload="reportLoadEvent(this)"/>
|
| </g>
|
|
|