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

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

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... 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 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
2 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
3 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
4 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
5 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
6 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
7 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
8 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
9 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
10 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
11 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
1 Hidden by modal dialog 12 Hidden by modal dialog
2 (Dialog itself is not hidden) 13 (Dialog itself is not hidden)
3 Non-hidden element inside dialog 14 Non-hidden element inside dialog
4 { 15 {
5 "id": "<int>", 16 "id": "<int>",
6 "result": { 17 "result": {
7 "accessibilityNode": { 18 "accessibilityNode": {
8 "nodeId": "<string>", 19 "nodeId": "<string>",
9 "ignored": true, 20 "ignored": true,
10 "ignoredReasons": [ 21 "ignoredReasons": [
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "type": "attribute", 96 "type": "attribute",
86 "attribute": "title" 97 "attribute": "title"
87 } 98 }
88 ] 99 ]
89 }, 100 },
90 "properties": [] 101 "properties": []
91 } 102 }
92 } 103 }
93 } 104 }
94 105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698