summaryrefslogtreecommitdiff
path: root/tests/css
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-01-07 02:25:17 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:59 +0100
commitf0212914230815e9ee4fab6a6d5867184a5e04ac (patch)
treeba01c9ea550f6a7da9f6c164533a8475e384a079 /tests/css
parent6525ed76e0e7754d78306c43c9fbc22c50d86da7 (diff)
downloadgtk+-f0212914230815e9ee4fab6a6d5867184a5e04ac.tar.gz
tests: Fix for changes in this branch
The expected results are now more correct, but still not perfect.
Diffstat (limited to 'tests/css')
-rw-r--r--tests/css/parser/declarations-valid-04.ref.css4
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 805d477229..2d8582d21a 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;