GoogleChrome / GoogleChrome/lighthouse
<iframe srcdoc> documents are not checked
- Dominant language
- JavaScript
- Stars
- 30.8k
- Forks
- 9.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 19
Description
#### Provide the steps to reproduce
1. Run LH on https://iframe-srcdoc-lighthouse.glitch.me/
The relevant code is:
```html
```
#### What is the current behavior?
Accessibility problems in the `iframe srcdoc` document are not reported. (Accessibility score is 100.)
#### What is the expected behavior?
Accessibility problems in the `iframe srcdoc` document should be checked and reported.
#### Environment Information
* Affected Channels: DevTools (but probably all)
* Lighthouse version: 5.5.0
* Chrome version: 79.0.3945.130 (Official Build) (64-bit)
* Node.js version:
* Operating System: macOS 10.14.6
**Related issues**
Contributor guide
Assessment
This issue has not been assessed yet.