| Index: LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html
|
| diff --git a/LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html b/LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html
|
| index 08e0638f16d234e1b4aee1a7331bfae3ade8b00e..ad91bfd398a8a92c6e77531cc14e1f952673b1de 100644
|
| --- a/LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html
|
| +++ b/LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html
|
| @@ -4,8 +4,8 @@
|
| <body>
|
| <style>
|
| .grid {
|
| - grid-definition-rows: repeat(5, 100px);
|
| - grid-definition-columns: repeat(5, 100px);
|
| + grid-template-rows: repeat(5, 100px);
|
| + grid-template-columns: repeat(5, 100px);
|
| width: -webkit-fit-content;
|
| background-color: red;
|
| }
|
|
|