| Index: third_party/WebKit/Source/devtools/front_end/sdk/CSSMetadata.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/CSSMetadata.js b/third_party/WebKit/Source/devtools/front_end/sdk/CSSMetadata.js
|
| index 2ecea91bcf65b08747a349c2700054c70259598c..9646937389c5a9662f7c877916a589eb7e7bc5ea 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/CSSMetadata.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/CSSMetadata.js
|
| @@ -589,7 +589,7 @@ SDK.CSSMetadata._propertyDataMap = {
|
| 'page-break-before': {values: ['left', 'right', 'auto', 'always', 'avoid']},
|
| 'border-image': {values: ['repeat', 'stretch']},
|
| 'text-decoration': {values: ['none', 'blink', 'line-through', 'overline', 'underline']},
|
| - 'position': {values: ['absolute', 'fixed', 'relative', 'static']},
|
| + 'position': {values: ['absolute', 'fixed', 'relative', 'static', 'sticky']},
|
| 'font-family':
|
| {values: ['serif', 'sans-serif', 'cursive', 'fantasy', 'monospace', '-webkit-body', '-webkit-pictograph']},
|
| 'text-overflow-mode': {values: ['clip', 'ellipsis']},
|
|
|