From 1cb99d48771dd9fb81a94f1813a9f6f980eb242c Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 12 May 2019 16:24:39 +0100 Subject: Tests: Add test for non-inherited properties. These were broken before the uncommon extension block was dropped. Based on test provided by: https://bugs.netsurf-browser.org/mantis/view.php?id=2641 --- test/data/select/tests1.dat | 128 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) diff --git a/test/data/select/tests1.dat b/test/data/select/tests1.dat index 0b84eb4..33ba589 100644 --- a/test/data/select/tests1.dat +++ b/test/data/select/tests1.dat @@ -13941,3 +13941,131 @@ word-spacing: normal writing-mode: horizontal-tb z-index: auto #reset + +#tree +| body +| p* +#ua +body { + break-after: avoid-page; + break-before: avoid; + break-inside: avoid-page; + clip: rect(0px, 175px, 113px, 0px); + content: open-quote; + column-count:3; + column-fill: balance-all; + column-gap: 234em; + column-rule-color: #ff0000ff; + column-rule-style: dotted; + column-rule-width: 5em; + column-width: 80pt; + counter-increment: body-counter-increment; + outline-color: red; + outline-style: dotted; + outline-width: 9em; +} +p { } +#errors +#expected +align-content: stretch +align-items: stretch +align-self: auto +background-attachment: scroll +background-color: #00000000 +background-image: none +background-position: 0% 0% +background-repeat: repeat +border-collapse: separate +border-spacing: 0px 0px +border-top-color: #ff000000 +border-right-color: #ff000000 +border-bottom-color: #ff000000 +border-left-color: #ff000000 +border-top-style: none +border-right-style: none +border-bottom-style: none +border-left-style: none +border-top-width: 2px +border-right-width: 2px +border-bottom-width: 2px +border-left-width: 2px +bottom: auto +box-sizing: content-box +break-after: auto +break-before: auto +break-inside: auto +caption-side: top +clear: none +clip: auto +color: #ff000000 +column-count: auto +column-fill: balance +column-gap: normal +column-rule-color: #ff000000 +column-rule-style: none +column-rule-width: 2px +column-span: none +column-width: auto +content: normal +counter-increment: none +counter-reset: none +cursor: auto +direction: ltr +display: inline +empty-cells: show +flex-basis: auto +flex-direction: row +flex-grow: 0.000 +flex-shrink: 1.000 +flex-wrap: nowrap +float: none +font-family: sans-serif +font-size: 12pt +font-style: normal +font-variant: normal +font-weight: normal +height: auto +justify-content: flex-start +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 +margin-left: 0px +max-height: none +max-width: none +min-height: 0px +min-width: 0px +opacity: 1.000 +order: 0 +outline-color: invert +outline-style: none +outline-width: 2px +overflow-x: visible +overflow-y: visible +padding-top: 0px +padding-right: 0px +padding-bottom: 0px +padding-left: 0px +position: static +quotes: none +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 +writing-mode: horizontal-tb +z-index: auto +#reset -- cgit v1.2.3