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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNode-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-getAXNode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNode-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNode-expected.txt
deleted file mode 100644
index 180882fe130897c6d837a4a23224510178bee531..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNode-expected.txt
+++ /dev/null
@@ -1,70 +0,0 @@
-
-result: {
- "nodes": [
- {
- "nodeId": "3",
- "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
- }
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698