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

Side by Side Diff: LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt

Issue 1076453004: Show reasons why nodes are ignored in accessibility sidebar (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added test Created 5 years, 8 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
2 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
1 3
2 result: {} 4 result: {
5 "accessibilityNode": {
6 "nodeId": "0",
7 "ignored": true,
8 "ignoredReasons": [
9 {
10 "name": "notRendered",
11 "value": {
12 "type": "boolean",
13 "value": true
14 }
15 }
16 ]
17 }
18 }
3 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698