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

Unified Diff: LayoutTests/css3/flexbox/flex-align-vertical-writing-mode.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: Created 6 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
« no previous file with comments | « LayoutTests/css3/flexbox/flex-align.html ('k') | LayoutTests/css3/flexbox/flex-flow-padding.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/flex-align-vertical-writing-mode.html
diff --git a/LayoutTests/css3/flexbox/flex-align-vertical-writing-mode.html b/LayoutTests/css3/flexbox/flex-align-vertical-writing-mode.html
index 2836f9e715af8ef9f10335800cf74c359ec6a512..9dc0167d36ac73681a6195eaa507c2a4717dbbed 100644
--- a/LayoutTests/css3/flexbox/flex-align-vertical-writing-mode.html
+++ b/LayoutTests/css3/flexbox/flex-align-vertical-writing-mode.html
@@ -68,8 +68,7 @@ body {
<div data-expected-width="50" data-offset-x="50" class="flex-one" style="width: 50px; margin: 0 20px 0 10px;"></div>
<div data-expected-width="90" data-offset-x="10" class="flex-one" style="margin: 0 20px 0 10px;"></div>
<div data-expected-width="120" data-offset-x="0" class="flex-one">
- <!-- Since no parent has a fixed height, this div shrink-wraps. -->
- <div data-expected-width="0" style="width: 100%; background-color:black"></div>
+ <div data-expected-width="120" style="width: 100%; background-color:black"></div>
</div>
</div>
« no previous file with comments | « LayoutTests/css3/flexbox/flex-align.html ('k') | LayoutTests/css3/flexbox/flex-flow-padding.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698