playwright/test/assets/csscoverage/media.html

5 lines
82 B
HTML
Raw Normal View History

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