summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-grid-layout/auto-content-resolution-rows.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/css-grid-layout/auto-content-resolution-rows.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/css-grid-layout/auto-content-resolution-rows.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/auto-content-resolution-rows.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/auto-content-resolution-rows.html
index edc431b..709bfd6 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/auto-content-resolution-rows.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/auto-content-resolution-rows.html
@@ -7,8 +7,8 @@ if (window.testRunner)
<link href="resources/grid.css" rel="stylesheet">
<style>
.gridAutoContent {
- grid-definition-columns: 50px;
- grid-definition-rows: auto;
+ grid-template-columns: 50px;
+ grid-template-rows: auto;
}
.firstRowFirstColumn {