mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
8 lines
253 B
HTML
8 lines
253 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head><script>
|
|
var newRoot = document.createElementNS("http://www.w3.org/2000/svg", "test");
|
|
document.removeChild(document.documentElement);
|
|
document.appendChild(newRoot);
|
|
</script></head>
|
|
</html>
|