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

Unified Diff: Source/devtools/protocol.json

Issue 900903002: DevTools: do not use Internals for inspector highlight tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index bdbdb62907d2f023bb92d73c28138d1fe0518562..d674c841718b0c769dd66275f7a2463095ddce86 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -2647,6 +2647,17 @@
],
"description": "Returns the id of the nearest ancestor that is a relayout boundary.",
"hidden": true
+ },
+ {
+ "name": "getHighlightObjectForTest",
+ "parameters": [
+ { "name": "nodeId", "$ref": "NodeId", "description": "Id of the node to get highlight object for." }
+ ],
+ "returns": [
+ { "name": "highlight", "type": "object", "description": "Highlight data for the node." }
+ ],
+ "description": "For testing.",
+ "hidden": true
}
],
"events": [
« LayoutTests/http/tests/inspector/elements-test.js ('K') | « Source/core/testing/Internals.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698