From 627d6ebea72a62143e8d8a865e0d1d28f98ab09b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 19 Jun 2013 12:06:21 +0100 Subject: Add a couple of letter spacing tests. --- test/data/select/tests1.dat | 184 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) (limited to 'test/data') diff --git a/test/data/select/tests1.dat b/test/data/select/tests1.dat index 6c8c889..4e9bf34 100644 --- a/test/data/select/tests1.dat +++ b/test/data/select/tests1.dat @@ -3845,3 +3845,187 @@ width: auto word-spacing: inherit z-index: auto #reset + +#tree +| div +| id=foo +| p* +#ua +div, p { display: none; float: right; position: absolute; } +#user +p { display: inherit; float: none; } +#author +div#foo { background-color: #bbc; letter-spacing: 200%; } +div#foo p { letter-spacing: 300%; } +#errors +#expected +background-attachment: scroll +background-color: #00000000 +background-image: none +background-position: 0% 0% +background-repeat: repeat +border-collapse: inherit +border-spacing: 0px 0px +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 +content: normal +counter-increment: none +counter-reset: none +cursor: auto +direction: inherit +display: inherit +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: normal +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: 2px +overflow: visible +padding-top: 0px +padding-right: 0px +padding-bottom: 0px +padding-left: 0px +position: absolute +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: normal +z-index: auto +#reset + +#tree +| div +| id=foo +| p* +#ua +div, p { display: none; float: right; position: absolute; } +#user +p { display: inherit; float: none; } +#author +div#foo { background-color: #bbc; letter-spacing: 20mm; } +div#foo p { letter-spacing: 300px; } +#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 +content: normal +counter-increment: none +counter-reset: none +cursor: inherit +direction: inherit +display: inherit +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: 300px +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: visible +padding-top: 0px +padding-right: 0px +padding-bottom: 0px +padding-left: 0px +position: absolute +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 +z-index: auto +#reset -- cgit v1.2.3