chromium/third_party/blink/web_tests/http/tests/inspector-protocol/accessibility/accessibility-getTreeWithNoAXNode-expected.txt

Tests that fetching the tree for a node without an AXNode functions correctly.

RootWebArea
  none
    none
      main
        article
          *none
{
    childIds : <object>
    chromeRole : {
        type : internalRole
        value : 0
    }
    domNode : div#hidden
    ignored : true
    ignoredReasons : [
        [0] : {
            name : notRendered
            value : {
                type : boolean
                value : true
            }
        }
    ]
    nodeId : <string>
    parentId : <string>
    role : {
        type : role
        value : none
    }
}