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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-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 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 { 4 {
5 "nodeId": "<string>", 5 "nodeId": "<string>",
6 "ignored": true, 6 "ignored": true,
7 "ignoredReasons": [ 7 "ignoredReasons": [
8 { 8 {
9 "name": "activeModalDialog", 9 "name": "activeModalDialog",
10 "value": { 10 "value": {
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 } 57 }
58 } 58 }
59 ], 59 ],
60 "domNode": "dialog" 60 "domNode": "dialog"
61 } 61 }
62 { 62 {
63 "nodeId": "<string>", 63 "nodeId": "<string>",
64 "ignored": false, 64 "ignored": false,
65 "role": { 65 "role": {
66 "type": "internalRole", 66 "type": "internalRole",
67 "value": "Div" 67 "value": "GenericContainer"
68 }, 68 },
69 "name": { 69 "name": {
70 "type": "computedString", 70 "type": "computedString",
71 "value": "", 71 "value": "",
72 "sources": [ 72 "sources": [
73 { 73 {
74 "type": "relatedElement", 74 "type": "relatedElement",
75 "attribute": "aria-labelledby" 75 "attribute": "aria-labelledby"
76 }, 76 },
77 { 77 {
78 "type": "attribute", 78 "type": "attribute",
79 "attribute": "aria-label" 79 "attribute": "aria-label"
80 }, 80 },
81 { 81 {
82 "type": "attribute", 82 "type": "attribute",
83 "attribute": "title" 83 "attribute": "title"
84 } 84 }
85 ] 85 ]
86 }, 86 },
87 "properties": [], 87 "properties": [],
88 "domNode": "div" 88 "domNode": "div"
89 } 89 }
90 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698