[gtk+] reftests: Disable border-radius tests for shadow



commit c21b6f47059d6d6abb5597c3023ea85f1f941708
Author: Benjamin Otte <otte redhat com>
Date:   Tue Aug 30 15:20:12 2011 +0200

    reftests: Disable border-radius tests for shadow
    
    We get rendering artifacts that make tests fail. Not good.
    The code is only commented out so far, so it should be trivial to
    reenable if someone wants to. (Or this commit could just be reverted.)

 tests/reftests/box-shadow-spec-inset.css |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/tests/reftests/box-shadow-spec-inset.css b/tests/reftests/box-shadow-spec-inset.css
index 56ae755..8cc2626 100644
--- a/tests/reftests/box-shadow-spec-inset.css
+++ b/tests/reftests/box-shadow-spec-inset.css
@@ -17,7 +17,7 @@ GtkButton {
 }
 
 .column1 {
-  border-radius: 20/*px*/;
+  /* border-radius: 20px */;
 }
 
 .column2 {
@@ -53,6 +53,7 @@ GtkButton {
   background-color: rgba(0,0,0,1);
 }
 
+/*
 .reference-padding-radius {
   border-radius: 15
 }
@@ -64,3 +65,4 @@ GtkButton {
 .reference-radii2 {
   border-radius: 5 0 10;
 }
+*/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]