 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.html | 
| diff --git a/LayoutTests/svg/as-image/svg-image-with-nested-data-uri.html b/LayoutTests/svg/as-image/svg-image-with-nested-data-uri.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..e28a363c3b7bb29fe14fdb33c994995ec05d63cb | 
| --- /dev/null | 
| +++ b/LayoutTests/svg/as-image/svg-image-with-nested-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 containing other data:uri images.<br/> | 
| +This test passes if there is a green square.<br/> | 
| +<img src='resources/image-with-svg-data-uri.svg'> | 
| +</body> | 
| +</html> |