aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-grid-1_dev/xhtml1/grid-layout-repeat-notation.xht
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/xhtml1/grid-layout-repeat-notation.xht
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/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