playwright/tests/assets/csscoverage/simple.html

7 lines
83 B
HTML
Raw Normal View History

2019-11-19 05:18:28 +03:00
<style>
div { color: green; }
a { color: blue; }
</style>
<div>hello, world</div>