mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00
7 lines
156 B
HTML
7 lines
156 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<script>
|
||
|
const dom = new DOMParser().parseFromString(`<style media="width < 50px">`, "text/html");
|
||
|
</script>
|
||
|
</html>
|