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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image.html

Issue 2231523002: Make ResourceFetcher return Resources with LoadError instead of nullptrs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, resolve comment rewrap conflicts. Created 4 years, 2 months 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: third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image.html b/third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image.html
index b926b53dd3e9948965e23b6a8dbffcab49f9c2bd..10273affc7efefdf029ce573102152660e840173 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image.html
@@ -3,7 +3,7 @@ Test for crbug.com/380885: images should not be requested in an SVG image contex
Image loaded via object should show a green background with a cross-origin image of Abe Lincoln:<br>
<object id="precache" data="resources/image-wrapper.svg" width="100" height="100"></object>
<br>
-Image loaded via img should show a green background without the remote image of Abe Lincoln:<br>
+Image loaded via img should show a green background with fallback content instead of the remote image of Abe Lincoln:<br>
<img id="image" src="" width="100" height="100">
<script>
if (window.testRunner)

Powered by Google App Engine
This is Rietveld 408576698