summaryrefslogtreecommitdiff
path: root/tests/reftests/css-match-style-property-order.css
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-01-24 17:49:29 +0100
committerBenjamin Otte <otte@redhat.com>2012-02-02 03:14:02 +0100
commite84af235ee0d99134f929855cba312e4c5fe7d31 (patch)
tree6595e835dc0895723b819e4d1557579ca5a28e5c /tests/reftests/css-match-style-property-order.css
parentf2352a5f35dea9be25951645c19aeab1553760ce (diff)
downloadgtk+-e84af235ee0d99134f929855cba312e4c5fe7d31.tar.gz
css: Implement padding as numbers
Also remove the now unused border parsing function for shorthands.
Diffstat (limited to 'tests/reftests/css-match-style-property-order.css')
-rw-r--r--tests/reftests/css-match-style-property-order.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reftests/css-match-style-property-order.css b/tests/reftests/css-match-style-property-order.css
index f41a7255bb..bd7a31a58f 100644
--- a/tests/reftests/css-match-style-property-order.css
+++ b/tests/reftests/css-match-style-property-order.css
@@ -8,5 +8,5 @@
}
#reference {
- padding: 20
+ padding: 20px
}