f936590573
Inside of `DebugNode.queryAll` we walk through all of the descendants of the node that we're querying against, however the logic that walks sideways through a node siblings also applies to the root node. This means that eventually we'll match against its nodes as well which will give us invalid results. These changes add an extra check to ensure that we aren't matching against the siblings of the root node. This PR resolves FW-1353. PR Close #30788 |
||
---|---|---|
.. | ||
debug_node_spec.ts |