| Index: third_party/WebKit/LayoutTests/platform/linux/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt
|
| index e1d23758e3cceeea283a668e39b83c83da1d836d..43cf62da4d80d0ca71828d9357dbfb32f2dc3276 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt
|
| @@ -178,17 +178,8 @@ 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,
|
| @@ -366,17 +357,11 @@ 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
|
| - Div
|
| + menuitem "Options should be"
|
| + menuitem "sent down even though"
|
| + menuitem "they are grandchildren"
|
| {
|
| "nodeId": "<string>",
|
| "ignored": false,
|
| @@ -429,36 +414,3 @@ 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"
|
| -}
|
| -
|
|
|