mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-10 18:21:04 +00:00
5 lines
97 B
HTML
5 lines
97 B
HTML
|
|
<body></body>
|
||
|
|
<script>
|
||
|
|
document.body.appendChild(document.createTextNode("PASS"));
|
||
|
|
</script>
|