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

Unified Diff: LayoutTests/svg/custom/svg-image-container-size-expected.html

Issue 889613002: Make sure a container size is always set for SVG images in <svg:image> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/custom/svg-image-container-size-expected.html
diff --git a/LayoutTests/svg/custom/svg-image-container-size-expected.html b/LayoutTests/svg/custom/svg-image-container-size-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..a807d6ac38621335ea7af993ab564ae92b68d2c8
--- /dev/null
+++ b/LayoutTests/svg/custom/svg-image-container-size-expected.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<img src="resources/rgb.svg" style="width: 384px; height: 128px; display: block">
+<div>
+ <img src="resources/rgb.svg" style="width: 384px; height: 128px;">
+</div>

Powered by Google App Engine
This is Rietveld 408576698