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

Unified Diff: LayoutTests/svg/as-image/resources/200x200-blue-rect.svg

Issue 23890043: Update image content rect on src changes even if intrinsic size matches (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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/resources/200x200-blue-rect.svg
diff --git a/LayoutTests/svg/as-image/resources/200x200-blue-rect.svg b/LayoutTests/svg/as-image/resources/200x200-blue-rect.svg
new file mode 100644
index 0000000000000000000000000000000000000000..d7951d556b485ee58eb3509d6fc138eca225da7f
--- /dev/null
+++ b/LayoutTests/svg/as-image/resources/200x200-blue-rect.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">
+ <rect width="100%" height="100%" fill="blue"/>
+</svg>
+
« no previous file with comments | « LayoutTests/svg/as-image/image-change-with-equal-sizes-expected.html ('k') | Source/core/rendering/RenderImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698