Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: LayoutTests/svg/custom/loadevents-normal.svg

Issue 62083002: Remove support for the externalResourcesRequired attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698