Index: Source/devtools/Inspector-1.1.json |
diff --git a/Source/devtools/Inspector-1.1.json b/Source/devtools/Inspector-1.1.json |
index fca643e843959b860d2540ec26bc467f45cfc67b..acb789159c4f4173c639866330043c3dca26f23a 100644 |
--- a/Source/devtools/Inspector-1.1.json |
+++ b/Source/devtools/Inspector-1.1.json |
@@ -1833,7 +1833,8 @@ |
{ "name": "border", "$ref": "Quad", "description": "Border box" }, |
{ "name": "margin", "$ref": "Quad", "description": "Margin box" }, |
{ "name": "width", "type": "integer", "description": "Node width" }, |
- { "name": "height", "type": "integer", "description": "Node height" } |
+ { "name": "height", "type": "integer", "description": "Node height" }, |
+ { "name": "shapeOutside", "type": "string", "description": "CSS Shape Outside" } |
], |
"description": "Box model." |
}, |