aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-grid-1_dev/html/grid-layout-basic.htm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-grid-1_dev/html/grid-layout-basic.htm')
-rw-r--r--tests/wpt/css-tests/css-grid-1_dev/html/grid-layout-basic.htm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/wpt/css-tests/css-grid-1_dev/html/grid-layout-basic.htm b/tests/wpt/css-tests/css-grid-1_dev/html/grid-layout-basic.htm
index 7f27d9e8f8c..43f68a166ce 100644
--- a/tests/wpt/css-tests/css-grid-1_dev/html/grid-layout-basic.htm
+++ b/tests/wpt/css-tests/css-grid-1_dev/html/grid-layout-basic.htm
@@ -18,7 +18,7 @@
width: 150px;
background: #eee;
display: grid;
- grid-definition-columns: 100px 50px;
+ grid-template-columns: 100px 50px;
}
.a {
background: blue;
@@ -39,4 +39,5 @@
<div class="b">&nbsp;</div>
</div>
+
</body></html> \ No newline at end of file