diff options
author | Benjamin Otte <otte@redhat.com> | 2019-04-12 05:25:51 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-04-12 19:34:29 +0200 |
commit | 0a440a804f94f0718dd485655ae65bbbfdc98032 (patch) | |
tree | cf261c3b2d32173ee02348a2d1fcf0edb3fb61b4 /testsuite/reftests/box-shadow-spec-inset.css | |
parent | 117fc68195e06ecda46b3269764cdee8cf08e467 (diff) | |
download | gtk+-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/box-shadow-spec-inset.css')
-rw-r--r-- | testsuite/reftests/box-shadow-spec-inset.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/reftests/box-shadow-spec-inset.css b/testsuite/reftests/box-shadow-spec-inset.css index a7f5e7b69b..9bf2cf0d06 100644 --- a/testsuite/reftests/box-shadow-spec-inset.css +++ b/testsuite/reftests/box-shadow-spec-inset.css @@ -9,7 +9,7 @@ } .column1 { - /* border-radius: 20px */; + /* border-radius: 20px; */ } .column2 { @@ -20,7 +20,7 @@ box-shadow: rgba(0,0,0,1) 15px 15px - inset + inset; } .row3 { @@ -28,7 +28,7 @@ rgba(0,0,0,1) 15px 15px 0 10px /*spread*/ - inset + inset; } .reference-border { |