mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
implement cssText
This commit is contained in:
parent
40b2d424c0
commit
ff995d739c
8 changed files with 42 additions and 37 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue