mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 08:00:45 +00:00
7 lines
253 B
HTML
7 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>
|