repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
inspector-protocol
/
accessibility
/
accessibility-getAXNode-expected.txt
blob
2c3e447c2e7a763bad914ec9c003c6a357a4a9e2
1
2
result: {
3
"accessibilityNode": {
4
"nodeId": "3",
5
"ignored": false,
6
"role": {
7
"type": "role",
8
"value": "textbox"
9
},
10
"properties": [
11
{
12
"name": "invalid",
13
"value": {
14
"type": "token",
15
"value": "false"
16
}
17
},
18
{
19
"name": "multiline",
20
"value": {
21
"type": "boolean",
22
"value": false
23
}
24
},
25
{
26
"name": "readonly",
27
"value": {
28
"type": "boolean",
29
"value": false
30
}
31
},
32
{
33
"name": "required",
34
"value": {
35
"type": "boolean",
36
"value": false
37
}
38
}
39
]
40
}
41
}
42