| Index: LayoutTests/inspector/elements/highlight-node.html
|
| diff --git a/LayoutTests/inspector/elements/highlight-node.html b/LayoutTests/inspector/elements/highlight-node.html
|
| index faf299d72b19c5e303083158cfc6634696cfec55..6c882645cd0b26c6d45fa50f4c4d6dd2b075e524 100644
|
| --- a/LayoutTests/inspector/elements/highlight-node.html
|
| +++ b/LayoutTests/inspector/elements/highlight-node.html
|
| @@ -32,12 +32,7 @@ body {
|
|
|
| function test()
|
| {
|
| - function nodeSelected(node)
|
| - {
|
| - InspectorTest.dumpInspectorHighlight(node, InspectorTest.completeTest.bind(InspectorTest));
|
| - }
|
| -
|
| - InspectorTest.selectNodeWithId("inspectedElement", nodeSelected);
|
| + InspectorTest.dumpInspectorHighlightJSON("inspectedElement", InspectorTest.completeTest.bind(InspectorTest));
|
| }
|
|
|
| </script>
|
|
|