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