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

Unified Diff: LayoutTests/http/tests/svg/image-base-within-aboutblank-iframe-expected.html

Issue 329943003: Fix resolving protocol-agnostic <svg:image> URLs in about:blank iframes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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: LayoutTests/http/tests/svg/image-base-within-aboutblank-iframe-expected.html
diff --git a/LayoutTests/http/tests/svg/image-base-within-aboutblank-iframe-expected.html b/LayoutTests/http/tests/svg/image-base-within-aboutblank-iframe-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..b5cec5caf88d501fdeefb1dc94dd352d70cc8a7b
--- /dev/null
+++ b/LayoutTests/http/tests/svg/image-base-within-aboutblank-iframe-expected.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<style>
+body {
+ margin: 0;
+ padding: 0;
+}
+</style>
+<img src="/resources/square100.png">
« no previous file with comments | « LayoutTests/http/tests/svg/image-base-within-aboutblank-iframe.html ('k') | Source/core/svg/SVGImageLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698