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": [] |
- } |
- ] |
-} |
- |