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

Unified Diff: LayoutTests/css3/flexbox/flexitem.html

Issue 26390004: Rework SVG sizing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix mishap during rebase in svg.css Created 6 years, 8 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/css3/flexbox/flexitem.html
diff --git a/LayoutTests/css3/flexbox/flexitem.html b/LayoutTests/css3/flexbox/flexitem.html
index f256b859a2d4b31076c90f736515fdab42741846..829a574112c68b50fc1c0e17547eb28081a1f2a5 100644
--- a/LayoutTests/css3/flexbox/flexitem.html
+++ b/LayoutTests/css3/flexbox/flexitem.html
@@ -53,7 +53,7 @@
<circle cx="50" cy="50" r="50" fill="blue">
</circle>
</svg>
- <svg data-expected-display="block" data-expected-width="500" style="flex: 1 1 auto; height: 100px">
+ <svg data-expected-display="block" data-expected-width="500" style="flex: 1 1 auto; height: 100px; width: 100%">
<circle cx="50" cy="50" r="50" fill="green">
</circle>
</svg>

Powered by Google App Engine
This is Rietveld 408576698