Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-expected.html b/third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto-expected.html |
| similarity index 99% |
| copy from third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-expected.html |
| copy to third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto-expected.html |
| index ff95d5c77e5b45d94c3e383f12c3077d83d8b470..b51f203516a2f10101e8e9043dbb91c00d13e9da 100644 |
| --- a/third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-expected.html |
| +++ b/third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto-expected.html |
| @@ -34,7 +34,7 @@ |
| } |
| .flex { |
| border: 2px solid red; |
| - overflow: scroll; |
| + overflow: auto; |
| max-width: 100px; |
| max-height: 100px; |
| white-space: nowrap; |