test.css ``` body { width: 100%; font-size:24px; } @media (max-width: 600px) { .inside-media-1 { color: blue; } .inside-media-2 { height: 12px; } .inside-media-3 { color: green; } } h1 { font-size: 30px; } ``` [Coverage-simple.json](https://github.com/user-attachments/files/24241113/Coverage-simple.json) Chrome <img width="373" height="410" alt="Image" src="https://github.com/user-attachments/assets/1c67f68c-3639-412c-8964-84daf5492194" /> CSS Code Coverage <img width="306" height="553" alt="Image" src="https://github.com/user-attachments/assets/b1bb7000-de5d-4880-b4ba-408698de63ce" />