puppeteer/test/assets/csscoverage/media.html

6 lines
98 B
HTML

<!DOCTYPE html>
<style>
@media screen { div { color: green; } } </style>
<div>hello, world</div>