 Chromium Code Reviews
 Chromium Code Reviews Issue 16433002:
  Prepopulate the memoryCache with data:uri images.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 16433002:
  Prepopulate the memoryCache with data:uri images.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: LayoutTests/svg/as-image/svg-image-with-nested-data-uri-expected.html | 
| diff --git a/LayoutTests/svg/as-image/svg-image-with-nested-data-uri-expected.html b/LayoutTests/svg/as-image/svg-image-with-nested-data-uri-expected.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..4352debc2a914a9aa51057b7311fee9f4f131e40 | 
| --- /dev/null | 
| +++ b/LayoutTests/svg/as-image/svg-image-with-nested-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 containing other 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> |