| 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 5bd36670459853b32c9a6e1febf9583d64990fab..6a09841c504731bb853aec5b6f729ce6e8513690 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 | 
| @@ -5,7 +5,8 @@ hidden non-treeitem | 
| Descendant of aria-hidden node | 
| List item also presentational | 
| Div in list isn't presentational | 
| -Content within label refers to label container | 
| +Content within label refers to label container      inert button | 
| +button in inert subtree | 
|  | 
| WebArea | 
| tree | 
| @@ -92,7 +93,7 @@ WebArea | 
| "ignored": true, | 
| "ignoredReasons": [ | 
| { | 
| -      "name": "ariaHidden", | 
| +      "name": "ariaHiddenElement", | 
| "value": { | 
| "type": "boolean", | 
| "value": true | 
| @@ -113,7 +114,7 @@ WebArea | 
| "ignored": true, | 
| "ignoredReasons": [ | 
| { | 
| -      "name": "ariaHiddenRoot", | 
| +      "name": "ariaHiddenSubtree", | 
| "value": { | 
| "type": "idref", | 
| "relatedNodes": [ | 
| @@ -364,3 +365,50 @@ WebArea | 
| "domNode": "canvas" | 
| } | 
|  | 
| +WebArea | 
| +  *Ignored | 
| +{ | 
| +  "nodeId": "<string>", | 
| +  "ignored": true, | 
| +  "ignoredReasons": [ | 
| +    { | 
| +      "name": "inertElement", | 
| +      "value": { | 
| +        "type": "boolean", | 
| +        "value": true | 
| +      } | 
| +    } | 
| +  ], | 
| +  "role": { | 
| +    "type": "internalRole", | 
| +    "value": "Ignored" | 
| +  }, | 
| +  "domNode": "button" | 
| +} | 
| + | 
| +WebArea | 
| +  *Ignored | 
| +{ | 
| +  "nodeId": "<string>", | 
| +  "ignored": true, | 
| +  "ignoredReasons": [ | 
| +    { | 
| +      "name": "inertSubtree", | 
| +      "value": { | 
| +        "type": "idref", | 
| +        "relatedNodes": [ | 
| +          { | 
| +            "idref": "inert-root", | 
| +            "nodeResult": "div#inert-root" | 
| +          } | 
| +        ] | 
| +      } | 
| +    } | 
| +  ], | 
| +  "role": { | 
| +    "type": "internalRole", | 
| +    "value": "Ignored" | 
| +  }, | 
| +  "domNode": "button" | 
| +} | 
| + | 
|  |