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

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

Issue 1076453004: Show reasons why nodes are ignored in accessibility sidebar (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added test Created 5 years, 7 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
(Empty)
1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
2 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
3 Hidden by modal dialog
4 (Dialog itself is not hidden)
5 Non-hidden element inside dialog
6 #_1: {
7 "id": "<int>",
8 "result": {
9 "accessibilityNode": {
10 "nodeId": "<string>",
11 "ignored": true,
12 "ignoredReasons": [
13 {
14 "name": "activeModalDialog",
15 "value": {
16 "type": "idref",
17 "relatedNodeValue": {
18 "backendNodeId": "<string>",
19 "idref": "_2"
20 }
21 }
22 }
23 ]
24 }
25 }
26 }
27 #_2: {
28 "id": "<int>",
29 "result": {
30 "accessibilityNode": {
31 "nodeId": "<string>",
32 "ignored": false,
33 "role": {
34 "type": "role",
35 "value": "dialog"
36 },
37 "properties": []
38 }
39 }
40 }
41 #_3: {
42 "id": "<int>",
43 "result": {
44 "accessibilityNode": {
45 "nodeId": "<string>",
46 "ignored": false,
47 "role": {
48 "type": "internalRole",
49 "value": "Div"
50 },
51 "properties": []
52 }
53 }
54 }
55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698