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

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

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

Powered by Google App Engine
This is Rietveld 408576698