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

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

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with ariaTextAlternative Created 5 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-ignoredNodes-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt
index d933c02aeffdb0a7c1d8acaa3680dc58400c36a6..02c1514cb255cb383eabe6bad9a6d98a15f960e0 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt
@@ -74,7 +74,7 @@ Content within label refers to label container
],
"name": {
"type": "computedString",
- "value": "non-hidden treeitem",
+ "value": "",
"sources": [
{
"type": "relatedElement",
@@ -85,16 +85,8 @@ Content within label refers to label container
"attribute": "aria-label"
},
{
- "type": "contents",
- "value": {
- "type": "string",
- "value": "non-hidden treeitem"
- }
- },
- {
"type": "attribute",
- "attribute": "title",
- "superseded": true
+ "attribute": "title"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698