aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-grid-1_dev/xhtml1/grid-layout-repeat-notation.xht
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-grid-1_dev/xhtml1/grid-layout-repeat-notation.xht')
-rw-r--r--tests/wpt/css-tests/css-grid-1_dev/xhtml1/grid-layout-repeat-notation.xht3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/wpt/css-tests/css-grid-1_dev/xhtml1/grid-layout-repeat-notation.xht b/tests/wpt/css-tests/css-grid-1_dev/xhtml1/grid-layout-repeat-notation.xht
index b3c66b3f5fe..ff37e16e375 100644
--- a/tests/wpt/css-tests/css-grid-1_dev/xhtml1/grid-layout-repeat-notation.xht
+++ b/tests/wpt/css-tests/css-grid-1_dev/xhtml1/grid-layout-repeat-notation.xht
@@ -18,7 +18,7 @@
width: 450px;
background: #eee;
display: grid;
- grid-definition-columns: repeat(4, 100px) 50px;
+ grid-template-columns: repeat(4, 100px) 50px;
}
.a {
background: blue;
@@ -52,4 +52,5 @@
<div class="e">&#xA0;</div>
</div>
+
</body></html> \ No newline at end of file