implement cssText

This commit is contained in:
Glenn Watson 2015-07-31 10:41:18 +10:00 committed by Greg Guthe
parent 40b2d424c0
commit ff995d739c
8 changed files with 42 additions and 37 deletions

View file

@ -30,27 +30,15 @@
[border is expected to be border-width: 1px;]
expected: FAIL
[overflow is expected to be overflow: scroll hidden;]
expected: FAIL
[overflow is expected to be overflow: scroll;]
expected: FAIL
[outline is expected to be outline: blue dotted 2px;]
expected: FAIL
[margin is expected to be margin: 1px 2px 3px 4px;]
expected: FAIL
[list is expected to be list-style: circle inside;]
expected: FAIL
[list is expected to be list-style-type: lower-alpha;]
expected: FAIL
[font-family is expected to be font-family: sans-serif; line-height: 2em; font-size: 3em; font-style: italic; font-weight: bold;]
expected: FAIL
[padding is expected to be padding: 1px 2px 3px 4px;]
expected: FAIL