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

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

Issue 2399243002: Revert of Make ResourceFetcher return Resources with LoadError instead of nullptrs. (patchset #8 id… (Closed)
Patch Set: 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-expected.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image-expected.html b/third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image-expected.html
index 793f157c5855c5fcd1f3bfccea42ac7d1e31d806..480e114a4a66420372b26e21bf21799ecc527306 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image-expected.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image-expected.html
@@ -8,9 +8,8 @@ Image loaded via object should show a green background with a cross-origin image
</svg>
<br>
-Image loaded via img should show a green background with fallback content instead of the remote image of Abe Lincoln:<br>
+Image loaded via img should show a green background without the remote image of Abe Lincoln:<br>
<svg width="100" height="100">
<rect width="100%" height="100%" fill="#0f0"/>
<rect x="20%" y="20%" width="60%" height="60%" stroke-width="1" stroke="black" fill="transparent"/>
- <image xlink:href="non-existent-resource-to-produce-fallback-content" x="20%" y="20%" width="60%" height="60%"/>
-</svg>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698