mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
Adding support for correct shorthand serialization
This commit is contained in:
@@ -18,27 +18,12 @@
|
||||
[shorthand border can be set with setProperty]
|
||||
expected: FAIL
|
||||
|
||||
[shorthand border-color can be set with setProperty]
|
||||
expected: FAIL
|
||||
|
||||
[shorthand border-style can be set with setProperty]
|
||||
expected: FAIL
|
||||
|
||||
[shorthand border-width can be set with setProperty]
|
||||
expected: FAIL
|
||||
|
||||
[shorthand list-style can be set with setProperty]
|
||||
expected: FAIL
|
||||
|
||||
[shorthand margin can be set with setProperty]
|
||||
expected: FAIL
|
||||
|
||||
[shorthand outline can be set with setProperty]
|
||||
expected: FAIL
|
||||
|
||||
[shorthand padding can be set with setProperty]
|
||||
expected: FAIL
|
||||
|
||||
[shorthand background can be set with setProperty]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
[index-001.htm]
|
||||
type: testharness
|
||||
[margin_20px_20px]
|
||||
expected: FAIL
|
||||
|
||||
@@ -3,9 +3,6 @@
|
||||
[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
|
||||
|
||||
@@ -27,10 +24,7 @@
|
||||
[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;]
|
||||
[overflow is expected to be overflow: scroll hidden;]
|
||||
expected: FAIL
|
||||
|
||||
[outline is expected to be outline: blue dotted 2px;]
|
||||
|
||||
Reference in New Issue
Block a user