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

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

Issue 2351443003: Revert of Show ancestor hierarchy in accessibility panel (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNodeWithAncestors-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNodeWithAncestors-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNodeWithAncestors-expected.txt
deleted file mode 100644
index 8d4ea10afa48db4dfd254ebd5f493fdffd337a59..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNodeWithAncestors-expected.txt
+++ /dev/null
@@ -1,169 +0,0 @@
-
-result: {
- "nodes": [
- {
- "nodeId": "<id>",
- "ignored": false,
- "role": {
- "type": "role",
- "value": "textbox"
- },
- "name": {
- "type": "computedString",
- "value": "",
- "sources": [
- {
- "type": "relatedElement",
- "attribute": "aria-labelledby"
- },
- {
- "type": "attribute",
- "attribute": "aria-label"
- },
- {
- "type": "relatedElement",
- "nativeSource": "label"
- },
- {
- "type": "placeholder",
- "attribute": "placeholder"
- },
- {
- "type": "attribute",
- "attribute": "title"
- }
- ]
- },
- "properties": [
- {
- "name": "invalid",
- "value": {
- "type": "token",
- "value": "false"
- }
- },
- {
- "name": "multiline",
- "value": {
- "type": "boolean",
- "value": false
- }
- },
- {
- "name": "readonly",
- "value": {
- "type": "boolean",
- "value": false
- }
- },
- {
- "name": "required",
- "value": {
- "type": "boolean",
- "value": false
- }
- }
- ]
- },
- {
- "nodeId": "<id>",
- "ignored": false,
- "role": {
- "type": "role",
- "value": "article"
- },
- "name": {
- "type": "computedString",
- "value": "Top story",
- "sources": [
- {
- "type": "relatedElement",
- "attribute": "aria-labelledby"
- },
- {
- "type": "attribute",
- "value": {
- "type": "computedString",
- "value": "Top story"
- },
- "attribute": "aria-label",
- "attributeValue": {
- "type": "string",
- "value": "Top story"
- }
- },
- {
- "type": "attribute",
- "attribute": "title",
- "superseded": true
- }
- ]
- },
- "properties": []
- },
- {
- "nodeId": "<id>",
- "ignored": false,
- "role": {
- "type": "role",
- "value": "main"
- },
- "name": {
- "type": "computedString",
- "value": "",
- "sources": [
- {
- "type": "relatedElement",
- "attribute": "aria-labelledby"
- },
- {
- "type": "attribute",
- "attribute": "aria-label"
- },
- {
- "type": "attribute",
- "attribute": "title"
- }
- ]
- },
- "properties": []
- },
- {
- "nodeId": "<id>",
- "ignored": false,
- "role": {
- "type": "internalRole",
- "value": "WebArea"
- },
- "name": {
- "type": "computedString",
- "value": "",
- "sources": [
- {
- "type": "relatedElement",
- "attribute": "aria-labelledby"
- },
- {
- "type": "attribute",
- "attribute": "aria-label"
- },
- {
- "type": "attribute",
- "attribute": "aria-label",
- "superseded": true
- },
- {
- "type": "relatedElement",
- "nativeSource": "title"
- },
- {
- "type": "attribute",
- "attribute": "title"
- }
- ]
- },
- "properties": []
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698