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

Unified Diff: LayoutTests/css3/flexbox/flex-align.html

Issue 331203002: Blink doesn't honor percent heights on children of "align-self:stretch" flex items in a fixed-height (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addresses changes asked in comments in patch 4 Created 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/css3/flexbox/flex-align.html
diff --git a/LayoutTests/css3/flexbox/flex-align.html b/LayoutTests/css3/flexbox/flex-align.html
index f51c343e56fc048eece6b092477bdcf33ad0656b..7ed8edc67a61d6d9da7d4dd99ba6c9eb8292d9e0 100644
--- a/LayoutTests/css3/flexbox/flex-align.html
+++ b/LayoutTests/css3/flexbox/flex-align.html
@@ -68,8 +68,7 @@ body {
<div data-expected-height="50" data-offset-y="20" style="-webkit-flex: 1 0 0; height: 50px; margin: 20px 0 10px;"></div>
<div data-expected-height="90" data-offset-y="20" style="-webkit-flex: 1 0 0; margin: 20px 0 10px;"></div>
<div data-expected-height="120" data-offset-y="0" style="-webkit-flex: 1 0 0;">
- <!-- Since no parent has a fixed height, this div shrink-wraps. -->
- <div data-expected-height="0" style="height: 100%; background-color:black"></div>
+ <div data-expected-height="120" style="height: 100%; background-color:black"></div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698