Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script type="text/javascript">
6 function boom()
7 {
8 window.addEventListener("DOMSubtreeModified", function(){}, false);
10 var MATHML_NS = "http://www.w3.org/1998/Math/MathML";
11 var ms = document.createElementNS(MATHML_NS, "ms");
12 document.body.appendChild(ms);
13 }
15 </script>
16 </head>
18 <body onload="boom();"></body>
19 </html>