mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
As with everywhere else we should be using the document rather than the window's viewports. Fixes #6467
7 lines
152 B
HTML
7 lines
152 B
HTML
<script>
|
|
new DOMParser().parseFromString(
|
|
`<style>@font-face { font-family: a; src: url(); }</style>`,
|
|
"text/html"
|
|
);
|
|
</script>
|