layout/base/crashtests/243159-2.xhtml

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 <html xmlns="http://www.w3.org/1999/xhtml"
     2       xmlns:mathml="http://www.w3.org/1998/Math/MathML">
     3       <body onload="run()">
     4       <mathml:math id="test" style="display: block">
     5       </mathml:math>
     6 <script>
     7   function run() {
     8     var t1 = document.createElementNS("http://www.w3.org/1998/Math/MathML",
     9                                       "mtable");
    10     var t2 = document.createElementNS("http://www.w3.org/1998/Math/MathML",
    11                                       "mtable");
    12     var r1 = document.createElementNS("http://www.w3.org/1998/Math/MathML",
    13                                       "mtr");
    14     var r2 = document.createElementNS("http://www.w3.org/1998/Math/MathML",
    15                                       "mtr");
    16     var test =
    17       document.getElementsByTagNameNS("http://www.w3.org/1998/Math/MathML", "math")[0];
    18     t1.appendChild(r1);
    19     test.appendChild(t1);
    20     test.appendChild(t2);
    21     t2.appendChild(r2);
    23   }
    24 </script>
    25 </body>
    26 </html>

mercurial