| Index: Source/devtools/front_end/CSSMetadata.js
|
| diff --git a/Source/devtools/front_end/CSSMetadata.js b/Source/devtools/front_end/CSSMetadata.js
|
| index 0a220c6960c4835a76445e110837202aa47754fe..d2d504d7796005998d3a605525ecb9ec7a5c0611 100644
|
| --- a/Source/devtools/front_end/CSSMetadata.js
|
| +++ b/Source/devtools/front_end/CSSMetadata.js
|
| @@ -214,6 +214,9 @@ WebInspector.CSSMetadata._propertyDataMap = {
|
| "border-left-width": { values: [
|
| "medium", "thick", "thin"
|
| ] },
|
| + "box-shadow": { values: [
|
| + "inset", "none"
|
| + ] },
|
| "-webkit-writing-mode": { values: [
|
| "lr", "rl", "tb", "lr-tb", "rl-tb", "tb-rl", "horizontal-tb", "vertical-rl", "vertical-lr", "horizontal-bt"
|
| ] },
|
| @@ -655,7 +658,6 @@ WebInspector.CSSMetadata._propertyDataMap = {
|
| "border-left": { m: "background" },
|
| "border-radius": { m: "background" },
|
| "bottom": { m: "visuren" },
|
| - "box-shadow": { m: "background" },
|
| "color": { m: "color", a: "foreground" },
|
| "counter-increment": { m: "generate" },
|
| "counter-reset": { m: "generate" },
|
|
|