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> |