tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mo-dynamic-mozilla-347348.xhtml (505B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 
      3 <head>
      4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=347348"/>
      5 <link rel="match" href="mo-dynamic-mozilla-347348-ref.xhtml"/>
      6 <script>
      7 function foo()
      8 {
      9  var mo = document.getElementById("mo");
     10  mo.removeChild(mo.firstChild);
     11 }
     12 </script>
     13 </head>
     14 
     15 <body onload="foo();">
     16 
     17 <div><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
     18 <mrow>
     19  <mi>x</mi>
     20  <mo id="mo">=</mo>
     21  <mi>y</mi>
     22  </mrow>
     23 </math></div>
     24 
     25 </body>
     26 </html>