Chromium Code Reviews| 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> |