ladybird/Tests/LibWeb/Crash/CSS/font-face-dom-parser.html

7 lines
152 B
HTML
Raw Normal View History

<script>
new DOMParser().parseFromString(
`<style>@font-face { font-family: a; src: url(); }</style>`,
"text/html"
);
</script>