blob: cd049cb853283319a1502e068a847be57fa57234 [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>
<div id="test2">
I am another test div.
</div>
</body>