Skip to content

Commit

Permalink
Add CSS test
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Apr 5, 2020
1 parent a70d205 commit a647bfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/css_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ func TestCSSInline(t *testing.T) {
{"border-color: currentcolor currentcolor currentcolor;", "border-color:initial"},
{"border-color: red red red;", "border-color:red"},
{"border-left-color: currentcolor;", "border-left-color:initial"},
{"border: medium none;", "border:none"}, // #294
{"outline-color: white;", "outline-color:#fff"},
{"column-rule: medium currentcolor none;", "column-rule:none"},
{"text-shadow: white 5px 5px;", "text-shadow:#fff 5px 5px"},
Expand Down

0 comments on commit a647bfd

Please sign in to comment.