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

Unified Diff: LayoutTests/css3/flexbox/percentage-sizes-quirks.html

Issue 478233004: Flexbox flex: 1 incorrectly sets flex-basis to 0px (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/percentage-sizes-quirks.html
diff --git a/LayoutTests/css3/flexbox/percentage-sizes-quirks.html b/LayoutTests/css3/flexbox/percentage-sizes-quirks.html
index 13dafdc3240ea2884714f4e8a865579ff00e7e9c..fd205682e0133f862226254d564ea7f9e5d01df2 100644
--- a/LayoutTests/css3/flexbox/percentage-sizes-quirks.html
+++ b/LayoutTests/css3/flexbox/percentage-sizes-quirks.html
@@ -62,7 +62,7 @@
<div class="container column">
<div class="flexbox">
- <div style="-webkit-flex: 0 0 50%" data-expected-height=25></div>
+ <div style="-webkit-flex: 0 0 50%" data-expected-height=0></div>
</div>
</div>
« no previous file with comments | « LayoutTests/css3/flexbox/flex-property-parsing-expected.txt ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698