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

Unified Diff: LayoutTests/svg/custom/loadevents-normal-displaynone.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-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>

Powered by Google App Engine
This is Rietveld 408576698