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

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

Issue 2666873005: Implement aria-modal (Closed)
Patch Set: Created 3 years, 10 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 30 matching lines...) Expand all
41 { 41 {
42 "type": "attribute", 42 "type": "attribute",
43 "attribute": "aria-label" 43 "attribute": "aria-label"
44 }, 44 },
45 { 45 {
46 "type": "attribute", 46 "type": "attribute",
47 "attribute": "title" 47 "attribute": "title"
48 } 48 }
49 ] 49 ]
50 }, 50 },
51 "properties": [], 51 "properties": [
52 {
53 "name": "modal",
54 "value": {
55 "type": "boolean",
56 "value": true
57 }
58 }
59 ],
52 "domNode": "dialog" 60 "domNode": "dialog"
53 } 61 }
54 { 62 {
55 "nodeId": "<string>", 63 "nodeId": "<string>",
56 "ignored": false, 64 "ignored": false,
57 "role": { 65 "role": {
58 "type": "internalRole", 66 "type": "internalRole",
59 "value": "Div" 67 "value": "Div"
60 }, 68 },
61 "name": { 69 "name": {
(...skipping 11 matching lines...) Expand all
73 { 81 {
74 "type": "attribute", 82 "type": "attribute",
75 "attribute": "title" 83 "attribute": "title"
76 } 84 }
77 ] 85 ]
78 }, 86 },
79 "properties": [], 87 "properties": [],
80 "domNode": "div" 88 "domNode": "div"
81 } 89 }
82 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698