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

Unified Diff: LayoutTests/css3/flexbox/flexbox-height-with-overflow-auto.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/flexbox-height-with-overflow-auto.html
diff --git a/LayoutTests/css3/flexbox/flexbox-height-with-overflow-auto.html b/LayoutTests/css3/flexbox/flexbox-height-with-overflow-auto.html
index 35403674e7f471ada2e2ba55dbeaa75cff0fe3e2..4845e2e807a55965ae36bd332026ea63ea4b6fd4 100644
--- a/LayoutTests/css3/flexbox/flexbox-height-with-overflow-auto.html
+++ b/LayoutTests/css3/flexbox/flexbox-height-with-overflow-auto.html
@@ -17,6 +17,8 @@
.overflow {
border: 1px solid red;
overflow: auto;
+ min-width: 0;
+ min-height: 0;
}
.vertical {
@@ -89,4 +91,4 @@
<div class="overflow align-self-baseline"><div style="width: 20px; height: 100px"></div></div>
</div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698