playwright/tests/assets/csscoverage/simple.html

7 lines
83 B
HTML

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