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> |