blob: 471edd680cf656661bcc713656aaa23e49386ba7 [file] [log] [blame]
<!DOCTYPE html>
<body>
<script type="module">
import v from "./malformed.css";
document.adoptedStyleSheets = [v];
</script>
<div id="test">
I am a test div.
</div>
</body>