24354a4879
This patch adds two new methods to the `page.coverage` namespace: - `page.coverage.startCSSCoverage()` - to initiate css coverage - `page.coverage.stopCSSCoverage()` - to stop css coverage The coverage format is consistent with the JavaScript coverage.
8 lines
86 B
HTML
8 lines
86 B
HTML
<style>
|
|
@media screen {
|
|
a { color: green; }
|
|
}
|
|
/*# sourceURL=unused.css */
|
|
</style>
|
|
|