You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validated with the latest dev branch code base, and the test snippet <div role="code" aria-label="foo">Hello world</div> , it is showing incomplete results as shown in the screenshot:
It was failing earlier with the same code snippet instead incomplete
It fails when <div role="code" aria-label="foo"></div>
The following should have been reported as incomplete, but is failed instead:
It should only fail if the content is missing, like in the following:
This already works without the role. It goes bad because
subtreeText
isn't called correctly.The text was updated successfully, but these errors were encountered: