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

Unified Diff: LayoutTests/svg/as-image/svg-image-with-data-uri.html

Issue 16433002: Prepopulate the memoryCache with data:uri images. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update TestExpectations Created 7 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/svg/as-image/svg-image-with-data-uri.html
diff --git a/LayoutTests/svg/as-image/svg-image-with-data-uri.html b/LayoutTests/svg/as-image/svg-image-with-data-uri.html
new file mode 100644
index 0000000000000000000000000000000000000000..4734f7fa9648c9e55063503ebdb3bd5521322325
--- /dev/null
+++ b/LayoutTests/svg/as-image/svg-image-with-data-uri.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+<body>
+Test for crbug.com/224317: SVG images should be able to reference data:uri images.<br/>
+This test passes if there is a green square.<br/>
+<img src='resources/image-with-data-uri.svg'>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698