| Index: LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt
|
| diff --git a/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt b/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt
|
| index 4d22b819f431e16b823b8d2ad95e14f0fb76b3dc..5fd30038f196a003739bf40169f283cfff71d66d 100644
|
| --- a/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt
|
| +++ b/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt
|
| @@ -1,3 +1,19 @@
|
| +CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
|
| +CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead.
|
|
|
| -result: {}
|
| +result: {
|
| + "accessibilityNode": {
|
| + "nodeId": "0",
|
| + "ignored": true,
|
| + "ignoredReasons": [
|
| + {
|
| + "name": "notRendered",
|
| + "value": {
|
| + "type": "boolean",
|
| + "value": true
|
| + }
|
| + }
|
| + ]
|
| + }
|
| +}
|
|
|
|
|