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