puppeteer/test/assets/csscoverage/simple.html

8 lines
99 B
HTML

<!DOCTYPE html>
<style>
div { color: green; }
a { color: blue; }
</style>
<div>hello, world</div>