diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html index 08e0638..ad91bfd 100644 --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html +++ b/third_party/WebKit/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; } |
