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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-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
1 1
2 result: { 2 {
3 "nodes": [ 3 "nodeId": "<string>",
4 "ignored": true,
5 "ignoredReasons": [
4 { 6 {
5 "nodeId": "0", 7 "name": "notRendered",
6 "ignored": true, 8 "value": {
7 "ignoredReasons": [ 9 "type": "boolean",
8 { 10 "value": true
9 "name": "notRendered", 11 }
10 "value": {
11 "type": "boolean",
12 "value": true
13 }
14 }
15 ]
16 } 12 }
17 ] 13 ],
14 "role": {
15 "type": "internalRole",
16 "value": "Ignored"
17 },
18 "domNode": "head"
18 } 19 }
19 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698