We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coverage of @media rule which has indent(tab or space) is broken in coverage report.
@media
/* example.css */ /* @media without indent */ @media screen { h1 { color: red; } } /* @media with space indent */ @media screen { h1 { color: blue; } } /* @media with tab indent */ @media screen { h1 { color: yellow; } }
A coverage report of the above css shows that a first line in @media which has indent isn't covered.
The full example is pushed to the following repository: https://github.com/pirosikick/puppeteer-coverage-bug-in-media-query
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Coverage of
@media
rule which has indent(tab or space) is broken in coverage report.A coverage report of the above css shows that a first line in
@media
which has indent isn't covered.The full example is pushed to the following repository:
https://github.com/pirosikick/puppeteer-coverage-bug-in-media-query
The text was updated successfully, but these errors were encountered: