chromium/third_party/blink/web_tests/http/tests/devtools/coverage/resources/css-coverage-import.html

<html>

<head>
  <style>
    @import 'used.css';
  </style>
</head>

<body>
  <h1>Hello World</h1>
</body>

</html>