summaryrefslogtreecommitdiff
path: root/testsuite/reftests/grid-expand.css
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-04-12 05:25:51 +0200
committerBenjamin Otte <otte@redhat.com>2019-04-12 19:34:29 +0200
commit0a440a804f94f0718dd485655ae65bbbfdc98032 (patch)
treecf261c3b2d32173ee02348a2d1fcf0edb3fb61b4 /testsuite/reftests/grid-expand.css
parent117fc68195e06ecda46b3269764cdee8cf08e467 (diff)
downloadgtk+-0a440a804f94f0718dd485655ae65bbbfdc98032.tar.gz
reftests: Fix CSS for various tests
* :nth-child(first) => :first-child * :nth-child(last) => :last-child * Add semicolons at end of declarations * Remove spaces between color functions (shade, alpha, ...) and args
Diffstat (limited to 'testsuite/reftests/grid-expand.css')
-rw-r--r--testsuite/reftests/grid-expand.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/reftests/grid-expand.css b/testsuite/reftests/grid-expand.css
index fd336dbfe1..ba59114011 100644
--- a/testsuite/reftests/grid-expand.css
+++ b/testsuite/reftests/grid-expand.css
@@ -1,3 +1,3 @@
box {
- background-color: lime
+ background-color: lime;
}