Closed WilcoFiers closed 4 years ago
DevTask
@padmavemulapati This is testable but you may need a new fixture. See the test in this PR. You'll need an iframe (or sandboxed iframe) with a sandboxed iframe inside. Previous version of the code only worked on the first sandboxed iframe and not nested ones.
verified with sandbox nested iframe test file, it is able to check inner(nested) iframes and given one voilation regarading lang attribute for the inner most html file. So working as expected,
This line is only executed in the top level browser context. It should execute inside every frame:
https://github.com/dequelabs/axe-webdriverjs/blob/cfdaff27bcc025fe2eacd454db188d3e22ed38f5/lib/axe-injector.js#L132