Skip to content

coverage of @media rule which has indent is broken in coverage report #36

@pirosikick

Description

@pirosikick

Coverage of @media rule which has indent(tab or space) is broken in coverage report.

/* 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.

image

The full example is pushed to the following repository:
https://github.com/pirosikick/puppeteer-coverage-bug-in-media-query

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions