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

Unified Diff: LayoutTests/css3/flexbox/mozilla/flexbox-items-as-stacking-contexts-2.html

Issue 988523003: Reimplement min-width: auto (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments Created 5 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/mozilla/flexbox-items-as-stacking-contexts-2.html
diff --git a/LayoutTests/css3/flexbox/mozilla/flexbox-items-as-stacking-contexts-2.html b/LayoutTests/css3/flexbox/mozilla/flexbox-items-as-stacking-contexts-2.html
index 429497fd5f49a97a6f26e22c91743ebc2b4f6908..812f0cdaf937a01c39ab76ba6691f9eb427adced 100644
--- a/LayoutTests/css3/flexbox/mozilla/flexbox-items-as-stacking-contexts-2.html
+++ b/LayoutTests/css3/flexbox/mozilla/flexbox-items-as-stacking-contexts-2.html
@@ -27,10 +27,12 @@
.item1 {
background: lightblue;
width: 30px;
+ min-width: 0;
}
.item2 {
background: yellow;
width: 30px;
+ min-width: 0;
}
</style>
</head>
« no previous file with comments | « LayoutTests/css3/flexbox/imported/flexbox-flex-direction-column-expected.htm ('k') | LayoutTests/fast/css/auto-min-size.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698