playwright/tests/assets/csscoverage/media.html

5 lines
82 B
HTML
Raw Permalink Normal View History

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