]> Pileus Git - ~andy/gtk/commitdiff
reftests: Turns out, green changed color
authorBenjamin Otte <otte@redhat.com>
Tue, 13 Nov 2012 20:41:08 +0000 (21:41 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 14 Nov 2012 00:55:28 +0000 (01:55 +0100)
What used to be "green" is now "lime"

25 files changed:
tests/reftests/alignment-props.css
tests/reftests/background-image-multiple.css
tests/reftests/background-position.css
tests/reftests/background-repeat.css
tests/reftests/background-window-transparent.css
tests/reftests/border-image-excess-size.css
tests/reftests/border-image-gradient.css
tests/reftests/border-image-url.css
tests/reftests/border-style.css
tests/reftests/box-expand.css
tests/reftests/box-packing.css
tests/reftests/box-pseudo-classes.css
tests/reftests/css-match-class.css
tests/reftests/css-match-exact.css
tests/reftests/css-match-inherit-different-state.css
tests/reftests/css-match-name.css
tests/reftests/css-match-siblings.css
tests/reftests/css-match-subtype.css
tests/reftests/css-match-type.css
tests/reftests/css-multi-state.css
tests/reftests/grid-expand.css
tests/reftests/grid-homogeneous.css
tests/reftests/grid-spacing3.css
tests/reftests/linear-gradient.css
tests/reftests/nth-child.css

index 9313662445c37b512c4c45a41c60db8dc8edf79b..4abe30363903f5ddce8d7d4ac860459eed71a55e 100644 (file)
@@ -3,6 +3,6 @@
 }
 
 #green {
-  background-color: green;
+  background-color: lime;
 }
 
index 69efbba95f809199b894f8dc021aa9f8478036f7..ee7c1564cb67240175f7d953846788ce3f07a365 100644 (file)
@@ -1,23 +1,23 @@
 @import "reset-to-defaults.css";
 
 #button1 {
-    background-image: linear-gradient(alpha(red, 0.50)), linear-gradient(green);
+    background-image: linear-gradient(alpha(red, 0.50)), linear-gradient(lime);
 }
 
 #button2 {
-    background-color: green;
+    background-color: lime;
     background-image: linear-gradient(alpha(red, 0.50)), linear-gradient(transparent);
 }
 
 #button3 {
     padding: 12px;
-    background-image: linear-gradient(alpha(red, 0.50)), linear-gradient(green);
+    background-image: linear-gradient(alpha(red, 0.50)), linear-gradient(lime);
     background-clip: content-box;
 }
 
 #button4 {
     padding: 12px;
-    background-image: linear-gradient(red), linear-gradient(green);
+    background-image: linear-gradient(red), linear-gradient(lime);
     background-clip: content-box, padding-box;
 }
 
@@ -25,7 +25,7 @@
     padding: 12px;
     background-image: linear-gradient(red), linear-gradient(transparent);
     background-clip: content-box, padding-box;
-    background-color: green;
+    background-color: lime;
 }
 
 #ref1,
@@ -41,7 +41,7 @@
 
 #ref4-bg,
 #ref5-bg {
-    background-color: green;
+    background-color: lime;
 }
 
 #ref4-fg,
index ee1138008c429b93e0db4307c938c515bdc0dfff..aff4d1544ecd4c3c5e33806e32479fe243056323 100644 (file)
@@ -8,7 +8,7 @@
 
 .button#ref {
   background-image: none;
-  background-color: green;
+  background-color: lime;
 }
 
 GtkWindow#ref {
index 4b51e1f9b3952ac89c183e1bcfcfa36ad0aa59f4..d7165e18fe97bdaf32011a74a2e6d537f52f3540 100644 (file)
@@ -26,5 +26,5 @@
 
 #default-ref {
   background-image: none;
-  background-color: green;
+  background-color: lime;
 }
index d6054bad56b63873501ee567e5dba873540fb6a9..af5e534579460562d0bdd39227b4bfd481e1e91e 100644 (file)
@@ -1,5 +1,5 @@
 @import "reset-to-defaults.css";
 
-GtkWindow { background-color: green; }
+GtkWindow { background-color: lime; }
 
-#reference * { background-color: green; }
+#reference * { background-color: lime; }
index ffad2d9dec36fa2b4b8db7a9312f07fbc31f8bb3..d6644f28cfc3619669f40479719b3f40e45303e8 100644 (file)
@@ -10,7 +10,7 @@
 }
 
 GtkGrid * {
-  background-color: green;
+  background-color: lime;
   border-style: none;
   border-width: 0;
 }
index 6cfe44442f8aeb93b680fd9da749fef3630eee83..38e665704d01aa1b7eb70989e72ee6a8b27b8653 100644 (file)
 .button-image {
   border-image-source: -gtk-gradient(linear,
                                      left top, left bottom,
-                                     from(green),
-                                     to(green));
+                                     from(lime),
+                                     to(lime));
   border-image-slice: 1;
   border-image-repeat: stretch;
   border-width: 1px 2px 2px 1px;
 }
 
 .button-not-image {
-  border-color: green;
+  border-color: lime;
   border-style: solid;
   border-width: 1px 2px 2px 1px;
 }
index da06b72b91ce4a931d9fc90d070a711ff26c36a8..b5a1457756ec29db00dbea6db7821bd4fc08db93 100644 (file)
@@ -8,7 +8,7 @@
 }
 
 .button-not-image {
-  border-color: green;
+  border-color: lime;
 
   border-style: solid;
   border-width: 1px 2px 2px 1px;
index cf770d9603e944179df0c36fea54626063a86dc8..d295cb6fbd7a0e661697fde903c5da3a47881e05 100644 (file)
@@ -2,7 +2,7 @@
 
 GtkButton {
   background-color: red;
-  border-color: green;
+  border-color: lime;
   border-width: 1px;
 }
 
index 3549d52d8861f796f339f6c13487895a73fb7cf2..87409fc165b262959cedd2e43158c0b9c934a2be 100644 (file)
@@ -1,3 +1,3 @@
 GtkEventBox {
-  background-color: green
+  background-color: lime
 }
index 9313662445c37b512c4c45a41c60db8dc8edf79b..7d3df2a7b8d04114f4a35b95e0d173bf457eac09 100644 (file)
@@ -2,7 +2,7 @@
   background-color: red;
 }
 
-#green {
-  background-color: green;
+#lime {
+  background-color: lime;
 }
 
index dd6394b3041a4b14a8f8358aea972cf5ded14146..a89abed3ea0f7f344bfe461b19d45785f431dc98 100644 (file)
@@ -16,7 +16,7 @@
 }
 
 .button:nth-child(last):nth-child(even) {
-  background-color: green;
+  background-color: lime;
 }
 
 .button:nth-child(last):nth-child(odd) {
@@ -33,8 +33,8 @@
   background-color: red;
 }
 
-#green {
-  background-color: green;
+#lime {
+  background-color: lime;
 }
 
 #purple {
index 568a6c642ab9140815c3873de99d797ffed961d4..068b9cffe63b96e6340435302f0f2d177bedb9fb 100644 (file)
@@ -3,7 +3,7 @@
 .window {
   engine: none;
   background-image: none;
-  background-color: green;
+  background-color: lime;
   border-radius: 0;
   border-style: none;
 }
index 84723cd8fc3306c91005633244ff4c1c755be36c..f1b31ecba75cfef4e63dc1dfab893c005a30a956 100644 (file)
@@ -1,7 +1,7 @@
 @import "reset-to-defaults.css";
 
 * {
-  background-color: green;
+  background-color: lime;
 }
 
 GtkGrid {
index 841d64aea2e7f4fdd446859d69c6acad7b43e5df..d164300dcc7d436fcc08a07af702351c1b2ac5d7 100644 (file)
@@ -1,6 +1,6 @@
 *,
 #reference {
-  color: green;
+  color: lime;
 }
 
 :insensitive {
index 8af84dfddfd726f8d8cf977c0a3215898ad508ae..d33f3fcfe08098cd9fcb1e0fc274ba389ee45c35 100644 (file)
@@ -3,7 +3,7 @@
 #window {
   engine: none;
   background-image: none;
-  background-color: green;
+  background-color: lime;
   border-radius: 0;
   border-style: none;
 }
index 6529bcb723f3be68a5aeb09454fa07f5026bac13..baf2e7dab369579b653c4d34f6561bfd335f3060 100644 (file)
@@ -4,8 +4,8 @@
 }
 
 * ~ * ~ GtkLabel,
-#green {
-  color: green;
+#lime {
+  color: lime;
 }
 
 * ~ * + GtkLabel ~ *,
index 3e2e2a8342abb0373279ff207f10f9076b55f03d..e6e896f43625dff7d58c828a8cdda194527165c2 100644 (file)
@@ -3,7 +3,7 @@
 GtkContainer {
   engine: none;
   background-image: none;
-  background-color: green;
+  background-color: lime;
   border-radius: 0;
   border-style: none;
 }
index 330b81388e256c7f8cc75456be56f398ad842155..73fb4658516959185e59220f4d6fd8a38fba3d66 100644 (file)
@@ -3,7 +3,7 @@
 GtkWindow {
   engine: none;
   background-image: none;
-  background-color: green;
+  background-color: lime;
   border-radius: 0;
   border-style: none;
 }
index b3b96fc279be14469f49c28998e69aab6c785938..73a1753025f3eb9bf373493e0e2390d71e4e62a0 100644 (file)
@@ -1,6 +1,6 @@
 GtkLabel:active,
 #reference:insensitive {
-  color: green;
+  color: lime;
 }
 
 GtkLabel:insensitive,
index 3549d52d8861f796f339f6c13487895a73fb7cf2..87409fc165b262959cedd2e43158c0b9c934a2be 100644 (file)
@@ -1,3 +1,3 @@
 GtkEventBox {
-  background-color: green
+  background-color: lime
 }
index 9313662445c37b512c4c45a41c60db8dc8edf79b..7d3df2a7b8d04114f4a35b95e0d173bf457eac09 100644 (file)
@@ -2,7 +2,7 @@
   background-color: red;
 }
 
-#green {
-  background-color: green;
+#lime {
+  background-color: lime;
 }
 
index 9313662445c37b512c4c45a41c60db8dc8edf79b..7d3df2a7b8d04114f4a35b95e0d173bf457eac09 100644 (file)
@@ -2,7 +2,7 @@
   background-color: red;
 }
 
-#green {
-  background-color: green;
+#lime {
+  background-color: lime;
 }
 
index 8e00bbff5834e48089843013d8d510efdb05531c..ccfa62ac1d048271079e02704e71cb0b0c577591 100644 (file)
@@ -5,40 +5,40 @@
  *   The start and end points must be identical when drawing
  * This means that you cannot:
  * ... add extra color stops, even if they'd be invisible
- * ... mirror the gradient (ie 'to left, red, green' vs 'to right, green, red')
+ * ... mirror the gradient (ie 'to left, red, lime' vs 'to right, green, red')
  * ... test a repeating gradient against a non repeating one
  * and probably a bunch of other things.
  * These things can cause off-by-one rounding errors in pixman (and probably
  * your GPU, too) and that'd trigger test failures.
  */
 #a {
-  background-image: linear-gradient(to bottom, blue 0%, green 15px, red 100%);
+  background-image: linear-gradient(to bottom, blue 0%, lime 15px, red 100%);
 }
 
 #reference #a {
-  background-image: linear-gradient(blue, green, red);
+  background-image: linear-gradient(blue, lime, red);
 }
 
 #b {
-  background-image: linear-gradient(to left, pink 0, cyan, red 0, green 50%, blue 40px, violet -10em);
+  background-image: linear-gradient(to left, pink 0, cyan, red 0, lime 50%, blue 40px, violet -10em);
 }
 
 #reference #b {
-  background-image: linear-gradient(270deg, red, green, blue);
+  background-image: linear-gradient(270deg, red, lime, blue);
 }
 
 #c {
-  background-image: linear-gradient(3.5turn, red, green 10px, red 20px, green 30px, red 40px);
+  background-image: linear-gradient(3.5turn, red, lime 10px, red 20px, green 30px, red 40px);
 }
 
 #reference #c {
-  background-image: repeating-linear-gradient(to bottom, red, green 10px, red 20px, green 30px, red 40px);
+  background-image: repeating-linear-gradient(to bottom, red, lime 10px, red 20px, green 30px, red 40px);
 }
 
 #d {
-    background-image: repeating-linear-gradient(180deg, red, green 10px, red 20px);
+    background-image: repeating-linear-gradient(180deg, red, lime 10px, red 20px);
 }
 
 #reference #d {
-    background-image: repeating-linear-gradient(to bottom, red, green 10px, red 20px);
+    background-image: repeating-linear-gradient(to bottom, red, lime 10px, red 20px);
 }
index 0d7c5612b195e27cb16957c74e4a2cce293339d9..c7046251096ffe9212816e4055007a03442ac7d6 100644 (file)
@@ -25,7 +25,7 @@
 
 :nth-child(11n+11),
 :nth-last-child(-11n+1100) {
-  text-shadow: green 1px 1px;
+  text-shadow: lime 1px 1px;
 }
 
 #ref1 {
@@ -42,7 +42,7 @@
 
 #ref4 {
   color: blue;
-  text-shadow: green 1px 1px;
+  text-shadow: lime 1px 1px;
 }
 
 #ref5 {
@@ -96,7 +96,7 @@
 #ref15 {
   font-weight: bold;
   font-style: italic;
-  text-shadow: green 1px 1px;
+  text-shadow: lime 1px 1px;
 }
 
 #ref16 {
 
 #ref22 {
   color: blue;
-  text-shadow: green 1px 1px;
+  text-shadow: lime 1px 1px;
 }
 
 #ref23 {