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

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

Issue 2390783006: [DevTools] Accessibility: Show siblings and children of selected node (Closed)
Patch Set: Rebase tests again and be consistent about backendDOMNodeId Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt
index 783d69bace2f24a06418ff3c9f2a3fa488819cec..4ac48720ed5ee816f980c438f24a9ae40155221a 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt
@@ -1,19 +1,20 @@
-result: {
- "nodes": [
+{
+ "nodeId": "<string>",
+ "ignored": true,
+ "ignoredReasons": [
{
- "nodeId": "0",
- "ignored": true,
- "ignoredReasons": [
- {
- "name": "notRendered",
- "value": {
- "type": "boolean",
- "value": true
- }
- }
- ]
+ "name": "notRendered",
+ "value": {
+ "type": "boolean",
+ "value": true
+ }
}
- ]
+ ],
+ "role": {
+ "type": "internalRole",
+ "value": "Ignored"
+ },
+ "domNode": "head"
}

Powered by Google App Engine
This is Rietveld 408576698