[gtk+/wip/css: 124/167] reftests: Fix a bunch of invalid CSS cases
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/css: 124/167] reftests: Fix a bunch of invalid CSS cases
- Date: Sun, 8 Jan 2012 04:53:09 +0000 (UTC)
commit 04354081d04b6771c07be689117a9aa79b3a76fd
Author: Benjamin Otte <otte redhat com>
Date: Tue Jan 3 05:06:50 2012 +0100
reftests: Fix a bunch of invalid CSS cases
use 'transparent' instead of 'none' for colors.
tests/reftests/background-area.css | 2 +-
tests/reftests/no-colors.css | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/reftests/background-area.css b/tests/reftests/background-area.css
index 0cb0094..209f586 100644
--- a/tests/reftests/background-area.css
+++ b/tests/reftests/background-area.css
@@ -47,7 +47,7 @@ GtkButton {
#reference3 {
border-color: rgb(153,102,0);
- background-color: none;
+ background-color: transparent;
padding: 5;
}
diff --git a/tests/reftests/no-colors.css b/tests/reftests/no-colors.css
index da89975..6091b9f 100644
--- a/tests/reftests/no-colors.css
+++ b/tests/reftests/no-colors.css
@@ -1,7 +1,7 @@
* {
- background-color: none;
- color: none;
- border-color: none;
+ background-color: transparent;
+ color: transparent;
+ border-color: transparent;
border-style: solid;
border-width: 1;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]