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

Side by Side Diff: LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-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: pfeldman review comments 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
(Empty)
1 Hidden by modal dialog
2 (Dialog itself is not hidden)
3 Non-hidden element inside dialog
4 #_1: {
5 "id": "<int>",
6 "result": {
7 "accessibilityNode": {
8 "nodeId": "<string>",
9 "ignored": true,
10 "ignoredReasons": [
11 {
12 "name": "activeModalDialog",
13 "value": {
14 "type": "idref",
15 "relatedNodeValue": {
16 "backendNodeId": "<string>",
17 "idref": "_2"
18 }
19 }
20 }
21 ]
22 }
23 }
24 }
25 #_2: {
26 "id": "<int>",
27 "result": {
28 "accessibilityNode": {
29 "nodeId": "<string>",
30 "ignored": false,
31 "role": {
32 "type": "role",
33 "value": "dialog"
34 },
35 "properties": []
36 }
37 }
38 }
39 #_3: {
40 "id": "<int>",
41 "result": {
42 "accessibilityNode": {
43 "nodeId": "<string>",
44 "ignored": false,
45 "role": {
46 "type": "internalRole",
47 "value": "Div"
48 },
49 "properties": []
50 }
51 }
52 }
53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698