layout/mathml/crashtests/367107-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <html>
     2 <head>
     3 <script>
     5 function boom()
     6 {
     7   var MATHML_NS = "http://www.w3.org/1998/Math/MathML";
     9   var mtr = document.createElementNS(MATHML_NS, 'mtr');
    10   var mtable = document.createElementNS(MATHML_NS, 'mtable');
    12   document.body.appendChild(mtr);
    13   mtr.appendChild(mtable);
    14 }
    16 </script>
    17 </head>
    19 <body onload="boom()">
    21 </body>
    22 </html>

mercurial