summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-03-21 18:56:57 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-03-21 18:56:57 +0000
commite1d9d34619e3f579f9181b3bd32c93bcefb2d5f6 (patch)
tree1ef6b29f76f91b7a2b3526039d93d34bd183ff87 /tests
parentb75433d864336e33629b84966e686c43ee51ea43 (diff)
downloadlibcroco-e1d9d34619e3f579f9181b3bd32c93bcefb2d5f6.tar.gz
fixed a couple of minor bugs in the parser core.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-inputs/test2.2.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/test-inputs/test2.2.css b/tests/test-inputs/test2.2.css
index 8f41cc2..3b6bd83 100644
--- a/tests/test-inputs/test2.2.css
+++ b/tests/test-inputs/test2.2.css
@@ -1,3 +1,12 @@
+p.commentsbody {
+ border-left-style: solid;
+ border-width: 1px;
+ border-color: rgb(0, 0, 0);
+ padding-left: 10px;
+ text-align: justify;
+ margin-right: 20px;
+}
+
* {
font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
}