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

Unified Diff: LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html

Issue 988523003: Reimplement min-width: auto (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 9 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-one-sets-flex-basis-to-zero-px.html
diff --git a/LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html b/LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html
index 406da0441a6ed1c14d96c511cd284621c29536c0..493adc2915bc7f08678e3dd6886a7e94d42bf04c 100644
--- a/LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html
+++ b/LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html
@@ -9,10 +9,14 @@
.flex-one-one-zero-percent {
flex: 1 1 0%;
+ min-width: 0;
+ min-height: 0;
}
.flex-one-one-zero-px {
flex: 1 1 0px;
+ min-width: 0;
+ min-height: 0;
}
.vertical {

Powered by Google App Engine
This is Rietveld 408576698