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

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: Add a catch-all return to ignoredReasonName Created 5 years, 7 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 1
2 result: {} 2 result: {
3 "accessibilityNode": {
4 "nodeId": "0",
5 "ignored": true,
6 "ignoredReasons": [
7 {
8 "name": "notRendered",
9 "value": {
10 "type": "boolean",
11 "value": true
12 }
13 }
14 ]
15 }
16 }
3 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698