mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Update web-platform-tests to revision a3a4442b04c37155f81c4ad4ae9c06339f76ce14
This commit is contained in:
parent
7b653cad7b
commit
ba0f5f096a
204 changed files with 4645 additions and 1001 deletions
|
@ -190,7 +190,6 @@ const gCSSProperties = {
|
|||
'border-image-outset': {
|
||||
// https://drafts.csswg.org/css-backgrounds-3/#border-image-outset
|
||||
types: [
|
||||
{ type: 'discrete', options: [ [ '1 2 3 4', '5 6 7 8' ] ] }
|
||||
]
|
||||
},
|
||||
'border-image-repeat': {
|
||||
|
@ -202,7 +201,6 @@ const gCSSProperties = {
|
|||
'border-image-slice': {
|
||||
// https://drafts.csswg.org/css-backgrounds-3/#border-image-slice
|
||||
types: [
|
||||
{ type: 'discrete', options: [ [ '1 2 3 4', '5 6 7 8' ] ] }
|
||||
]
|
||||
},
|
||||
'border-image-source': {
|
||||
|
@ -216,7 +214,6 @@ const gCSSProperties = {
|
|||
'border-image-width': {
|
||||
// https://drafts.csswg.org/css-backgrounds-3/#border-image-width
|
||||
types: [
|
||||
{ type: 'discrete', options: [ [ '1 2 3 4', '5 6 7 8' ] ] }
|
||||
]
|
||||
},
|
||||
'border-left-color': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue