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

Unified Diff: LayoutTests/svg/as-image/svg-image-with-data-uri-expected.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-expected.html
diff --git a/LayoutTests/svg/as-image/svg-image-with-data-uri-expected.html b/LayoutTests/svg/as-image/svg-image-with-data-uri-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..e6ce1559e8102a9cb8eab6ad93bedba2742a3729
--- /dev/null
+++ b/LayoutTests/svg/as-image/svg-image-with-data-uri-expected.html
@@ -0,0 +1,10 @@
+<!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/>
+<svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'>
+ <rect fill='green' width='100' height='100'/>
+</svg>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698