summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/crashtests/mtd-as-multicol.html
blob: f00fa488154ff42e8c3ecfa5cc48ceb2aca4f131 (plain)
1
2
3
4
5
6
7
8
9
<!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>