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

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

Issue 2390783006: [DevTools] Accessibility: Show siblings and children of selected node (Closed)
Patch Set: Rebase tests again and be consistent about backendDOMNodeId Created 4 years, 1 month 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
2 result: {
3 "nodes": [
4 {
5 "nodeId": "3",
6 "ignored": false,
7 "role": {
8 "type": "role",
9 "value": "textbox"
10 },
11 "name": {
12 "type": "computedString",
13 "value": "",
14 "sources": [
15 {
16 "type": "relatedElement",
17 "attribute": "aria-labelledby"
18 },
19 {
20 "type": "attribute",
21 "attribute": "aria-label"
22 },
23 {
24 "type": "relatedElement",
25 "nativeSource": "label"
26 },
27 {
28 "type": "placeholder",
29 "attribute": "placeholder"
30 },
31 {
32 "type": "attribute",
33 "attribute": "title"
34 }
35 ]
36 },
37 "properties": [
38 {
39 "name": "invalid",
40 "value": {
41 "type": "token",
42 "value": "false"
43 }
44 },
45 {
46 "name": "multiline",
47 "value": {
48 "type": "boolean",
49 "value": false
50 }
51 },
52 {
53 "name": "readonly",
54 "value": {
55 "type": "boolean",
56 "value": false
57 }
58 },
59 {
60 "name": "required",
61 "value": {
62 "type": "boolean",
63 "value": false
64 }
65 }
66 ]
67 }
68 ]
69 }
70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698