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

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

Issue 2951183002: [DevTools] Move inspector-protocol/accessibility tests to new harness (Closed)
Patch Set: Created 3 years, 6 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
2 (Dialog itself is not hidden)
3 Non-hidden element inside dialog
4 { 2 {
5 "nodeId": "<string>", 3 "nodeId": "<string>",
6 "ignored": true, 4 "ignored": true,
7 "ignoredReasons": [ 5 "ignoredReasons": [
8 { 6 {
9 "name": "activeModalDialog", 7 "name": "activeModalDialog",
10 "value": { 8 "value": {
11 "type": "idref", 9 "type": "idref",
12 "relatedNodes": [ 10 "relatedNodes": [
13 { 11 {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 { 79 {
82 "type": "attribute", 80 "type": "attribute",
83 "attribute": "title" 81 "attribute": "title"
84 } 82 }
85 ] 83 ]
86 }, 84 },
87 "properties": [], 85 "properties": [],
88 "domNode": "div" 86 "domNode": "div"
89 } 87 }
90 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698