aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-grid-1_dev/html/grid-layout-basic.htm
diff options
context:
space:
mode:
authorJames Graham <james@hoppipolla.co.uk>2015-07-27 17:47:31 +0100
committerJames Graham <james@hoppipolla.co.uk>2015-07-27 17:47:31 +0100
commitdf03062d626f485dd896ce9c4374dfce447dc657 (patch)
treea96bdde06c6cd88dd68bc5ef4de8277fc6250a60 /tests/wpt/css-tests/css-grid-1_dev/html/grid-layout-basic.htm
parent662c00a8109c49d4c57343156b774441f4f48640 (diff)
downloadservo-df03062d626f485dd896ce9c4374dfce447dc657.tar.gz
servo-df03062d626f485dd896ce9c4374dfce447dc657.zip
Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8
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