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

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

Issue 2670023002: Correctly compute parent of AXMenuListOption (Closed)
Patch Set: Rebaseline Created 3 years, 10 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 b932ae5638e783ce7c84c4c699ee51b3a8cb4dd8..3414b0905fa09df73ad5bb14695e1b1e41b4c41c 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
@@ -178,8 +178,17 @@ WebArea
}
WebArea
+ Div
+ tree
+ img
+ button "Buttons are leaf nodes"
+ text "List item also presentational"
*Div
text "Div in list isn't presentational"
+ checkbox "Content within label refers to label container"
+ Div
+ combobox
+ Div
{
"nodeId": "<string>",
"ignored": false,
@@ -357,11 +366,17 @@ WebArea
}
WebArea
+ Div
+ tree
+ img
+ button "Buttons are leaf nodes"
+ text "List item also presentational"
+ Div
+ checkbox "Content within label refers to label container"
+ Div
*combobox
MenuListPopup
- menuitem "Options should be"
- menuitem "sent down even though"
- menuitem "they are grandchildren"
+ Div
{
"nodeId": "<string>",
"ignored": false,
@@ -414,3 +429,36 @@ WebArea
"domNode": "select"
}
+*menuitem "Options should be"
+{
+ "nodeId": "<string>",
+ "ignored": false,
+ "role": {
+ "type": "role",
+ "value": "menuitem"
+ },
+ "name": {
+ "type": "computedString",
+ "value": "Options should be",
+ "sources": [
+ {
+ "type": "relatedElement",
+ "attribute": "aria-labelledby"
+ },
+ {
+ "type": "attribute",
+ "attribute": "aria-label"
+ },
+ {
+ "type": "contents",
+ "value": {
+ "type": "computedString",
+ "value": "Options should be"
+ }
+ }
+ ]
+ },
+ "properties": [],
+ "domNode": "option"
+}
+

Powered by Google App Engine
This is Rietveld 408576698