| Index: LayoutTests/http/tests/inspector/elements-test.js
|
| diff --git a/LayoutTests/http/tests/inspector/elements-test.js b/LayoutTests/http/tests/inspector/elements-test.js
|
| index b969a49de0767e9b5c8020b108b176cd7e495b48..26d87e660e6972256a798a2a98aa1a548445f99b 100644
|
| --- a/LayoutTests/http/tests/inspector/elements-test.js
|
| +++ b/LayoutTests/http/tests/inspector/elements-test.js
|
| @@ -748,3 +748,10 @@ function dumpInspectorHighlightRects()
|
| output(rectName + " rect is " + rect.width + " x " + rect.height + " at (" + rect.left + ", " + rect.top + ")");
|
| }
|
| }
|
| +
|
| +function dumpInspectorHighlightShape()
|
| +{
|
| + var shapes = window.internals.inspectorHighlightShape(document);
|
| + var parse = JSON.parse(shapes);
|
| + output(JSON.stringify(parse.shape));
|
| +}
|
|
|