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

Side by Side Diff: LayoutTests/inspector-protocol/accessibility/accessibility-getAXNode-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
« no previous file with comments | « no previous file | LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 result: { 2 result: {
3 "accessibilityNode": { 3 "accessibilityNode": {
4 "nodeId": "3", 4 "nodeId": "3",
5 "ignored": false,
5 "role": { 6 "role": {
6 "type": "role", 7 "type": "role",
7 "value": "textbox" 8 "value": "textbox"
8 }, 9 },
9 "properties": [ 10 "properties": [
10 { 11 {
11 "name": "invalid", 12 "name": "invalid",
12 "value": { 13 "value": {
13 "type": "token", 14 "type": "token",
14 "value": "false" 15 "value": "false"
(...skipping 17 matching lines...) Expand all
32 "name": "required", 33 "name": "required",
33 "value": { 34 "value": {
34 "type": "boolean", 35 "type": "boolean",
35 "value": false 36 "value": false
36 } 37 }
37 } 38 }
38 ] 39 ]
39 } 40 }
40 } 41 }
41 42
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698