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