From 5099ad82bbfc21bd45408bf5ca069df3ecfd0e8d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 30 Jun 2009 22:55:46 +0000 Subject: Fix test data: Test 4 is testing the root node, so needs to compare against a fully computed style. The paragraph node in test 5 is the first child of its parent, so the background colour is expected to be as specified. svn path=/trunk/libcss/; revision=8210 --- test/data/select/tests1.dat | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/test/data/select/tests1.dat b/test/data/select/tests1.dat index a792181..3f593ff 100644 --- a/test/data/select/tests1.dat +++ b/test/data/select/tests1.dat @@ -320,11 +320,12 @@ background-color: #00000000 background-image: none background-position: 0% 0% background-repeat: repeat +border-collapse: separate border-spacing: 0px 0px -border-top-color: #00000000 -border-right-color: #00000000 -border-bottom-color: #00000000 -border-left-color: #00000000 +border-top-color: initial +border-right-color: initial +border-bottom-color: initial +border-left-color: initial border-top-style: none border-right-style: none border-bottom-style: none @@ -334,17 +335,30 @@ border-right-width: medium border-bottom-width: medium border-left-width: medium bottom: auto +caption_side: top clear: none clip: auto +color: #00000000 content: normal counter-increment: none counter-reset: none cursor: auto +direction: ltr display: inline +empty-cells: show float: none +font-family: default +font-size: medium +font-style: normal +font-variant: normal +font-weight: normal height: auto left: auto letter-spacing: normal +line-height: normal +list-style-image: none +list-style-position: outside +list-style-type: disc margin-top: 0px margin-right: 0px margin-bottom: 0px @@ -365,10 +379,15 @@ position: static quotes: default right: auto table-layout: auto +text-align: default text-decoration: none +text-indent: 0px +text-transform: none top: auto unicode-bidi: normal vertical-align: baseline +visibility: visible +white-space: normal width: auto word-spacing: normal z-index: auto @@ -382,7 +401,7 @@ p:first-child { background-color: #bbc; } #errors #expected background-attachment: scroll -background-color: transparent +background-color: #bbbbcc00 background-image: none background-position: 0% 0% background-repeat: repeat @@ -402,7 +421,6 @@ border-left-width: medium bottom: auto clear: none clip: auto -color: #00000000 content: normal counter-increment: none counter-reset: none -- cgit v1.2.3