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

Unified Diff: LayoutTests/svg/as-image/resources/circle-200px-none.svg

Issue 210083003: [svg] in img element doesn't render correctly when height is changed dynamically. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use runRepaintAndPixelTest Created 6 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/svg/as-image/set-img-height.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/as-image/resources/circle-200px-none.svg
diff --git a/LayoutTests/svg/as-image/resources/circle-200px-none.svg b/LayoutTests/svg/as-image/resources/circle-200px-none.svg
new file mode 100644
index 0000000000000000000000000000000000000000..6246f5745d0f60e91eb691c1adba37be14cb5200
--- /dev/null
+++ b/LayoutTests/svg/as-image/resources/circle-200px-none.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ version="1.1"
+ width="200"
+ height="200"
+ preserveAspectRatio="none">
+ <circle cx="100" cy="100" r="100" fill="blue"/>
+</svg>
« no previous file with comments | « no previous file | LayoutTests/svg/as-image/set-img-height.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698