mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Update web-platform-tests to revision 86579034357501943927f3dc4abf75d76c477383
This commit is contained in:
parent
9c1c58a498
commit
f708edc5ea
20 changed files with 160 additions and 81 deletions
|
@ -361,13 +361,13 @@ const gCSSProperties = {
|
|||
'color-interpolation': {
|
||||
// https://svgwg.org/svg2-draft/painting.html#ColorInterpolationProperty
|
||||
types: [
|
||||
{ type: 'discrete', options: [ [ 'linearRGB', 'auto' ] ] }
|
||||
{ type: 'discrete', options: [ [ 'linearrgb', 'auto' ] ] }
|
||||
]
|
||||
},
|
||||
'color-interpolation-filters': {
|
||||
// https://drafts.fxtf.org/filters-1/#propdef-color-interpolation-filters
|
||||
types: [
|
||||
{ type: 'discrete', options: [ [ 'sRGB', 'linearRGB' ] ] }
|
||||
{ type: 'discrete', options: [ [ 'srgb', 'linearrgb' ] ] }
|
||||
]
|
||||
},
|
||||
'column-count': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue