summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test7-main.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/tests/test7-main.c b/tests/test7-main.c
index de133fa..fe823d3 100644
--- a/tests/test7-main.c
+++ b/tests/test7-main.c
@@ -48,6 +48,7 @@ const guchar *gv_xmlbuf =
const guchar *gv_xmlbuf =
"<ARTICLE>"
" <HEADLINE>Fredrick the Great meets Bach</HEADLINE>"
+" <PARA>Wow, and this css2 tests seems to work ;)</PARA>"
" <AUTHOR>Johann Nikolaus Forkel</AUTHOR>"
"</ARTICLE>"
;
@@ -55,15 +56,17 @@ const guchar *gv_cssbuf =
"INSTRUMENT { display: inline}"
"ARTICLE, HEADLINE, AUTHOR, PARA "
"{ "
-" margin-top: 10px ;"
-" margin-left: 10px ;"
-" margin-bottom: 15px ;"
-" margin-right: 15px ;"
+" margin: 5px 35px;"
" display: block ; "
" position: static; "
" background-color: coral ;"
-" border: solid yellow"
+" border: solid yellow thick;"
+
/*
+" margin-top: 10px ;"
+" margin-left: 10px ;"
+" margin-bottom: 15px ;"
+" margin-right: 15px ;"
" border-top-width: thick ;"
" border-top-style: solid ;"
" border-right-width: thin ;"