| Index: Source/devtools/front_end/CSSMetadata.js
|
| diff --git a/Source/devtools/front_end/CSSMetadata.js b/Source/devtools/front_end/CSSMetadata.js
|
| index 0569596a21d318eaa4f386e0c0bb80930ffe4e8f..1d3376d5f1ee9bbd3b38f834490b8e7d262b2bd6 100644
|
| --- a/Source/devtools/front_end/CSSMetadata.js
|
| +++ b/Source/devtools/front_end/CSSMetadata.js
|
| @@ -456,7 +456,7 @@ WebInspector.CSSMetadata._propertyDataMap = {
|
| "hide", "show"
|
| ] },
|
| "pointer-events": { values: [
|
| - "none", "all", "auto", "visible", "visiblepainted", "visiblefill", "visiblestroke", "painted", "fill", "stroke"
|
| + "none", "all", "auto", "visible", "visiblepainted", "visiblefill", "visiblestroke", "painted", "fill", "stroke", "bounding-box"
|
| ] },
|
| "letter-spacing": { values: [
|
| "normal"
|
|
|