mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00
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>
|