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

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

Issue 2322413003: Show ancestor hierarchy in accessibility panel (Closed)
Patch Set: Add new test for ancestors Created 4 years, 3 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 result: { 2 result: {
3 "accessibilityNode": { 3 "nodes": [
4 "nodeId": "0", 4 {
5 "ignored": true, 5 "nodeId": "0",
6 "ignoredReasons": [ 6 "ignored": true,
7 { 7 "ignoredReasons": [
8 "name": "notRendered", 8 {
9 "value": { 9 "name": "notRendered",
10 "type": "boolean", 10 "value": {
11 "value": true 11 "type": "boolean",
12 "value": true
13 }
12 } 14 }
13 } 15 ]
14 ] 16 }
15 } 17 ]
16 } 18 }
17 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698