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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 Test for crbug.com/224317: SVG images should be able to reference data:uri image s.<br/>
5 This test passes if there is a green square.<br/>
6 <svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'>
7 <rect fill='green' width='100' height='100'/>
8 </svg>
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698