Enable CSSOM tests

This commit is contained in:
David Zbarsky 2015-08-10 00:18:14 -04:00
parent e24cf8bd9f
commit fef2a33043
70 changed files with 703 additions and 0 deletions

View file

@ -0,0 +1,56 @@
[index-002.htm]
type: testharness
[border is expected to be border: 1px;]
expected: FAIL
[border is expected to be border: 1px solid red;]
expected: FAIL
[border is expected to be border: 1px red;]
expected: FAIL
[border is expected to be border: red;]
expected: FAIL
[border is expected to be border-width: 1px 2px 3px 4px;]
expected: FAIL
[border is expected to be border-width: 2px 1px 1px;]
expected: FAIL
[border is expected to be border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-width: 1px !important;]
expected: FAIL
[border is expected to be border-width: 1px; border-top-color: red;]
expected: FAIL
[border is expected to be border: dotted;]
expected: FAIL
[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