Files
AI/참고/playwright-main/tests/assets/csscoverage/simple.html

7 lines
83 B
HTML
Raw Normal View History

2026-05-12 19:40:31 +09:00
<style>
div { color: green; }
a { color: blue; }
</style>
<div>hello, world</div>