Index: LayoutTests/svg/custom/loadevents-capturing.svg |
diff --git a/LayoutTests/svg/custom/loadevents-capturing.svg b/LayoutTests/svg/custom/loadevents-capturing.svg |
index 14b806f7f38bc8ff1a81aa3c6d7cc7196c2def77..f3d092ad97f7afb2673416ffa1ae58a27f194862 100644 |
--- a/LayoutTests/svg/custom/loadevents-capturing.svg |
+++ b/LayoutTests/svg/custom/loadevents-capturing.svg |
@@ -27,7 +27,7 @@ |
]]> |
</script> |
<g> |
- <image externalResourcesRequired="false" id="image" width="100" height="100" xlink:href="resources/green-checker.png" /> |
+ <image id="image" width="100" height="100" xlink:href="resources/green-checker.png" /> |
<text y="130" x="20">This tests that load dispatching works when there are no</text> |
<text y="150" x="20">direct listeners, but there are capturing event listeners on an ancestor. Bug 16447</text> |
<text y="170" x="20" id="console" /> |