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

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

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Single quote Created 3 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
1 { 1 {
2 "nodeId": "<string>", 2 "nodeId": "<string>",
3 "ignored": false, 3 "ignored": false,
4 "role": { 4 "role": {
5 "type": "internalRole", 5 "type": "internalRole",
6 "value": "Div" 6 "value": "GenericContainer"
7 }, 7 },
8 "name": { 8 "name": {
9 "type": "computedString", 9 "type": "computedString",
10 "value": "", 10 "value": "",
11 "sources": [ 11 "sources": [
12 { 12 {
13 "type": "relatedElement", 13 "type": "relatedElement",
14 "attribute": "aria-labelledby" 14 "attribute": "aria-labelledby"
15 }, 15 },
16 { 16 {
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1264 "text": "A B C", 1264 "text": "A B C",
1265 "nodeResult": "ul#list1" 1265 "nodeResult": "ul#list1"
1266 } 1266 }
1267 ] 1267 ]
1268 } 1268 }
1269 } 1269 }
1270 ], 1270 ],
1271 "domNode": "input#input1" 1271 "domNode": "input#input1"
1272 } 1272 }
1273 1273
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698