From 2234cab352b0ef702b32aaa7ef433c4793086824 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 10 Sep 2013 13:51:10 +0100 Subject: Fix test data for border shorthand property. --- test/data/parse2/border.dat | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/test/data/parse2/border.dat b/test/data/parse2/border.dat index ec7b796..787727e 100644 --- a/test/data/parse2/border.dat +++ b/test/data/parse2/border.dat @@ -79,12 +79,16 @@ #errors #expected | * +| border-top-color: currentColor | border-top-style: solid | border-top-width: medium +| border-right-color: currentColor | border-right-style: solid | border-right-width: medium +| border-bottom-color: currentColor | border-bottom-style: solid | border-bottom-width: medium +| border-left-color: currentColor | border-left-style: solid | border-left-width: medium #reset @@ -94,12 +98,16 @@ #errors #expected | * +| border-top-color: currentColor | border-top-style: none | border-top-width: thin +| border-right-color: currentColor | border-right-style: none | border-right-width: thin +| border-bottom-color: currentColor | border-bottom-style: none | border-bottom-width: thin +| border-left-color: currentColor | border-left-style: none | border-left-width: thin #reset @@ -185,12 +193,16 @@ #errors #expected | * +| border-top-color: currentColor | border-top-style: solid | border-top-width: thin +| border-right-color: currentColor | border-right-style: solid | border-right-width: thin +| border-bottom-color: currentColor | border-bottom-style: solid | border-bottom-width: thin +| border-left-color: currentColor | border-left-style: solid | border-left-width: thin #reset @@ -200,12 +212,16 @@ #errors #expected | * +| border-top-color: currentColor | border-top-style: solid | border-top-width: thin +| border-right-color: currentColor | border-right-style: solid | border-right-width: thin +| border-bottom-color: currentColor | border-bottom-style: solid | border-bottom-width: thin +| border-left-color: currentColor | border-left-style: solid | border-left-width: thin #reset @@ -368,12 +384,16 @@ #errors #expected | * +| border-top-color: currentColor !important | border-top-style: solid !important | border-top-width: medium !important +| border-right-color: currentColor !important | border-right-style: solid !important | border-right-width: medium !important +| border-bottom-color: currentColor !important | border-bottom-style: solid !important | border-bottom-width: medium !important +| border-left-color: currentColor !important | border-left-style: solid !important | border-left-width: medium !important #reset @@ -383,12 +403,16 @@ #errors #expected | * +| border-top-color: currentColor !important | border-top-style: none !important | border-top-width: thin !important +| border-right-color: currentColor !important | border-right-style: none !important | border-right-width: thin !important +| border-bottom-color: currentColor !important | border-bottom-style: none !important | border-bottom-width: thin !important +| border-left-color: currentColor !important | border-left-style: none !important | border-left-width: thin !important #reset @@ -474,12 +498,16 @@ #errors #expected | * +| border-top-color: currentColor !important | border-top-style: solid !important | border-top-width: thin !important +| border-right-color: currentColor !important | border-right-style: solid !important | border-right-width: thin !important +| border-bottom-color: currentColor !important | border-bottom-style: solid !important | border-bottom-width: thin !important +| border-left-color: currentColor !important | border-left-style: solid !important | border-left-width: thin !important #reset @@ -489,12 +517,16 @@ #errors #expected | * +| border-top-color: currentColor !important | border-top-style: solid !important | border-top-width: thin !important +| border-right-color: currentColor !important | border-right-style: solid !important | border-right-width: thin !important +| border-bottom-color: currentColor !important | border-bottom-style: solid !important | border-bottom-width: thin !important +| border-left-color: currentColor !important | border-left-style: solid !important | border-left-width: thin !important #reset @@ -1067,6 +1099,7 @@ #errors #expected | * +| border-top-color: currentColor | border-top-style: solid | border-top-width: medium #reset @@ -1076,6 +1109,7 @@ #errors #expected | * +| border-top-color: currentColor | border-top-style: none | border-top-width: thin #reset @@ -1125,6 +1159,7 @@ #errors #expected | * +| border-right-color: currentColor | border-right-style: solid | border-right-width: medium #reset @@ -1134,6 +1169,7 @@ #errors #expected | * +| border-right-color: currentColor | border-right-style: none | border-right-width: thin #reset @@ -1183,6 +1219,7 @@ #errors #expected | * +| border-bottom-color: currentColor | border-bottom-style: solid | border-bottom-width: medium #reset @@ -1192,6 +1229,7 @@ #errors #expected | * +| border-bottom-color: currentColor | border-bottom-style: none | border-bottom-width: thin #reset @@ -1241,6 +1279,7 @@ #errors #expected | * +| border-left-color: currentColor | border-left-style: solid | border-left-width: medium #reset @@ -1250,6 +1289,7 @@ #errors #expected | * +| border-left-color: currentColor | border-left-style: none | border-left-width: thin #reset -- cgit v1.2.3