Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: Source/devtools/Inspector-1.1.json

Issue 237313003: CSS shapes support in Web Inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review comments Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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."
},

Powered by Google App Engine
This is Rietveld 408576698