9 lines
367 B
HTML
9 lines
367 B
HTML
<!DOCTYPE html>
|
|
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
|
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1354561">
|
|
<div id="container"></div>
|
|
<script>
|
|
mtd = document.createElementNS("http://www.w3.org/1998/Math/MathML", "mtd");
|
|
mtd.style.columns = "2";
|
|
container.appendChild(mtd);
|
|
</script>
|