From 5965aa66899dcd1b97d35656c56d512815a6579d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 29 Dec 2014 18:23:40 +0000 Subject: Add test case. --- test/data/select/tests1.dat | 104 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 102 insertions(+), 2 deletions(-) diff --git a/test/data/select/tests1.dat b/test/data/select/tests1.dat index ca5b017..a2a5806 100644 --- a/test/data/select/tests1.dat +++ b/test/data/select/tests1.dat @@ -1,3 +1,103 @@ +#tree +| div +| id=foo +| p* +| class=green +#ua +p { display: block; } +#user +#author +#errors +#expected +background-attachment: scroll +background-color: #00000000 +background-image: none +background-position: 0% 0% +background-repeat: repeat +border-collapse: inherit +border-spacing: inherit +border-top-color: currentColor +border-right-color: currentColor +border-bottom-color: currentColor +border-left-color: currentColor +border-top-style: none +border-right-style: none +border-bottom-style: none +border-left-style: none +border-top-width: medium +border-right-width: medium +border-bottom-width: medium +border-left-width: medium +bottom: auto +caption-side: inherit +clear: none +clip: auto +color: inherit +column-count: auto +column-fill: balance +column-gap: normal +column-rule-color: inherit +column-rule-style: none +column-rule-width: medium +column-span: none +column-width: auto +content: normal +counter-increment: none +counter-reset: none +cursor: inherit +direction: inherit +display: block +empty-cells: inherit +float: none +font-family: inherit +font-size: inherit +font-style: inherit +font-variant: inherit +font-weight: inherit +height: auto +left: auto +letter-spacing: inherit +line-height: inherit +list-style-image: inherit +list-style-position: inherit +list-style-type: inherit +margin-top: 0px +margin-right: 0px +margin-bottom: 0px +margin-left: 0px +max-height: none +max-width: none +min-height: 0px +min-width: 0px +opacity: 1.000 +outline-color: invert +outline-style: none +outline-width: medium +overflow-x: visible +overflow-y: visible +padding-top: 0px +padding-right: 0px +padding-bottom: 0px +padding-left: 0px +position: static +quotes: inherit +right: auto +table-layout: auto +text-align: inherit +text-decoration: none +text-indent: inherit +text-transform: inherit +top: auto +unicode-bidi: normal +vertical-align: baseline +visibility: inherit +white-space: inherit +width: auto +word-spacing: inherit +writing-mode: horizontal-tb +z-index: auto +#reset + #tree | div | id=foo @@ -870,7 +970,7 @@ min-width: 0px opacity: 1.000 outline-color: invert outline-style: none -outline-width: medium +outline-width: 2px overflow-x: visible overflow-y: visible padding-top: 0px @@ -970,7 +1070,7 @@ min-width: 0px opacity: 1.000 outline-color: invert outline-style: none -outline-width: 2px +outline-width: medium overflow-x: visible overflow-y: visible padding-top: 0px -- cgit v1.2.3