[gtk+/wip/css: 150/163] tests: Fix for changes in this branch



commit 3b7e50dcb3443a2a108c8baeba2fc49264e054a6
Author: Benjamin Otte <otte redhat com>
Date:   Sat Jan 7 02:25:17 2012 +0100

    tests: Fix for changes in this branch
    
    The expected results are now more correct,  but still not perfect.

 tests/css/parser/declarations-valid-04.ref.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/css/parser/declarations-valid-04.ref.css b/tests/css/parser/declarations-valid-04.ref.css
index 805d477..2d8582d 100644
--- a/tests/css/parser/declarations-valid-04.ref.css
+++ b/tests/css/parser/declarations-valid-04.ref.css
@@ -1,6 +1,6 @@
 * {
-  font-family: "Sans";
-  font-size: 10;
+  font-family: initial;
+  font-size: initial;
   font-style: normal;
   font-variant: normal;
   font-weight: bold;



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