| Index: third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/scrollbars.html b/third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto.html
|
| similarity index 98%
|
| copy from third_party/WebKit/LayoutTests/css3/flexbox/scrollbars.html
|
| copy to third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto.html
|
| index 5e52bf8599953b803ddd0526188f2672dd3ef167..943f4c79f5b74b8de38100c84786379f63740266 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/flexbox/scrollbars.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto.html
|
| @@ -35,7 +35,7 @@
|
| .flex {
|
| border: 2px solid red;
|
| display: flex;
|
| - overflow: scroll;
|
| + overflow: auto;
|
| max-width: 100px;
|
| max-height: 100px;
|
| }
|
|
|