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

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

Issue 2713453002: Revert of Correctly compute parent of AXMenuListOption (Closed)
Patch Set: 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 3414b0905fa09df73ad5bb14695e1b1e41b4c41c..b932ae5638e783ce7c84c4c699ee51b3a8cb4dd8 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,17 +178,8 @@
}
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,
@@ -366,17 +357,11 @@
}
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
- Div
+ menuitem "Options should be"
+ menuitem "sent down even though"
+ menuitem "they are grandchildren"
{
"nodeId": "<string>",
"ignored": false,
@@ -429,36 +414,3 @@
"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