Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt |
| index f366cf2cc2461a1a8bb88216c7a1a08cf2ea2cef..783d69bace2f24a06418ff3c9f2a3fa488819cec 100644 |
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt |
| @@ -1,17 +1,19 @@ |
| result: { |
| - "accessibilityNode": { |
| - "nodeId": "0", |
| - "ignored": true, |
| - "ignoredReasons": [ |
| - { |
| - "name": "notRendered", |
| - "value": { |
| - "type": "boolean", |
| - "value": true |
| + "nodes": [ |
| + { |
| + "nodeId": "0", |
| + "ignored": true, |
| + "ignoredReasons": [ |
| + { |
| + "name": "notRendered", |
| + "value": { |
| + "type": "boolean", |
| + "value": true |
| + } |
| } |
| - } |
| - ] |
| - } |
| + ] |
| + } |
| + ] |
| } |