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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-expected.txt

Issue 1739613002: DevTools: validate protocol input parameters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined a test. Created 4 years, 9 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 Hidden by modal dialog 1 Hidden by modal dialog
2 (Dialog itself is not hidden) 2 (Dialog itself is not hidden)
3 Non-hidden element inside dialog 3 Non-hidden element inside dialog
4 #_1: { 4 #_1: {
5 "id": "<int>", 5 "id": "<int>",
6 "result": { 6 "result": {
7 "accessibilityNode": { 7 "accessibilityNode": {
8 "nodeId": "<string>", 8 "nodeId": "<string>",
9 "ignored": true, 9 "ignored": true,
10 "role": {
11 "type": "internalRole",
12 "value": "Div"
13 },
14 "ignoredReasons": [ 10 "ignoredReasons": [
15 { 11 {
16 "name": "activeModalDialog", 12 "name": "activeModalDialog",
17 "value": { 13 "value": {
18 "type": "idref", 14 "type": "idref",
19 "relatedNodes": [ 15 "relatedNodes": [
20 { 16 {
21 "backendNodeId": "<string>", 17 "backendNodeId": "<string>",
22 "idref": "_2" 18 "idref": "_2"
23 } 19 }
24 ] 20 ]
25 } 21 }
26 } 22 }
27 ] 23 ],
24 "role": {
25 "type": "internalRole",
26 "value": "Div"
27 }
28 } 28 }
29 } 29 }
30 } 30 }
31 #_2: { 31 #_2: {
32 "id": "<int>", 32 "id": "<int>",
33 "result": { 33 "result": {
34 "accessibilityNode": { 34 "accessibilityNode": {
35 "nodeId": "<string>", 35 "nodeId": "<string>",
36 "ignored": false, 36 "ignored": false,
37 "role": { 37 "role": {
38 "type": "role", 38 "type": "role",
39 "value": "dialog" 39 "value": "dialog"
40 }, 40 },
41 "properties": [],
42 "name": { 41 "name": {
43 "type": "computedString", 42 "type": "computedString",
44 "value": "", 43 "value": "",
45 "sources": [ 44 "sources": [
46 { 45 {
47 "type": "relatedElement", 46 "type": "relatedElement",
48 "attribute": "aria-labelledby" 47 "attribute": "aria-labelledby"
49 }, 48 },
50 { 49 {
51 "type": "attribute", 50 "type": "attribute",
52 "attribute": "aria-label" 51 "attribute": "aria-label"
53 }, 52 },
54 { 53 {
55 "type": "attribute", 54 "type": "attribute",
56 "attribute": "title" 55 "attribute": "title"
57 } 56 }
58 ] 57 ]
59 } 58 },
59 "properties": []
60 } 60 }
61 } 61 }
62 } 62 }
63 #_3: { 63 #_3: {
64 "id": "<int>", 64 "id": "<int>",
65 "result": { 65 "result": {
66 "accessibilityNode": { 66 "accessibilityNode": {
67 "nodeId": "<string>", 67 "nodeId": "<string>",
68 "ignored": false, 68 "ignored": false,
69 "role": { 69 "role": {
70 "type": "internalRole", 70 "type": "internalRole",
71 "value": "Div" 71 "value": "Div"
72 }, 72 },
73 "properties": [],
74 "name": { 73 "name": {
75 "type": "computedString", 74 "type": "computedString",
76 "value": "", 75 "value": "",
77 "sources": [ 76 "sources": [
78 { 77 {
79 "type": "relatedElement", 78 "type": "relatedElement",
80 "attribute": "aria-labelledby" 79 "attribute": "aria-labelledby"
81 }, 80 },
82 { 81 {
83 "type": "attribute", 82 "type": "attribute",
84 "attribute": "aria-label" 83 "attribute": "aria-label"
85 }, 84 },
86 { 85 {
87 "type": "attribute", 86 "type": "attribute",
88 "attribute": "title" 87 "attribute": "title"
89 } 88 }
90 ] 89 ]
91 } 90 },
91 "properties": []
92 } 92 }
93 } 93 }
94 } 94 }
95 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698