blob: 386d8e138f955daaf7f76037c31343a6f391ff81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!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>
|