summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/csscoverage/simple.html
blob: 3beae218293a7513c1ba2fbb1728d7f56038d95f (plain)
1
2
3
4
5
6
<style>
div { color: green; }
a { color: blue; }
</style>
<div>hello, world</div>