mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Enable CSSOM tests
This commit is contained in:
parent
e24cf8bd9f
commit
fef2a33043
70 changed files with 703 additions and 0 deletions
56
tests/wpt/metadata-css/cssom-1_dev/html/index-002.htm.ini
Normal file
56
tests/wpt/metadata-css/cssom-1_dev/html/index-002.htm.ini
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue