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

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

Issue 2165463003: Elements with an ARIA role of treeitem should be able to get their accessible name from their conte… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test expectations. Created 4 years, 5 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-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 a93c11f5b2cbeac2947ff64745c3e6ae74811a30..7d014c6b66aa09cd147052c29ad9c6d7124328ad 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
@@ -51,7 +51,7 @@ Content within label refers to label container
},
"name": {
"type": "computedString",
- "value": "",
+ "value": "non-hidden treeitem",
"sources": [
{
"type": "relatedElement",
@@ -62,8 +62,16 @@ Content within label refers to label container
"attribute": "aria-label"
},
{
+ "type": "contents",
+ "value": {
+ "type": "computedString",
+ "value": "non-hidden treeitem"
+ }
+ },
+ {
"type": "attribute",
- "attribute": "title"
+ "attribute": "title",
+ "superseded": true
}
]
},

Powered by Google App Engine
This is Rietveld 408576698