| Index: LayoutTests/css3/flexbox/negative-overflow.html
|
| diff --git a/LayoutTests/css3/flexbox/negative-overflow.html b/LayoutTests/css3/flexbox/negative-overflow.html
|
| index fc86ab5acd4b89d8ac6596954cb3d0dff69ba7b8..bc0b4515a9c1170b7ce995601c3184c0f8b8ce97 100644
|
| --- a/LayoutTests/css3/flexbox/negative-overflow.html
|
| +++ b/LayoutTests/css3/flexbox/negative-overflow.html
|
| @@ -63,11 +63,11 @@ window.onload = function() {
|
| <div></div>
|
| </div>
|
|
|
| -<div class="flexbox align-items-center vertical-padding" data-expected-scroll-height="80">
|
| +<div class="flexbox align-items-center vertical-padding" data-expected-scroll-height="90">
|
| <div></div>
|
| </div>
|
|
|
| -<div class="flexbox vertical-padding" data-expected-scroll-height="105">
|
| +<div class="flexbox vertical-padding" data-expected-scroll-height="115">
|
| <div></div>
|
| </div>
|
|
|
|
|