mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-08 07:31:32 +00:00
13 lines
255 B
HTML
13 lines
255 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
|
|
var a = document.createElementNS("http://www.w3.org/2000/svg", "foo");
|
|
var b = document.createElementNS("http://www.w3.org/1998/Math/MathML", "math");
|
|
|
|
</script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|