summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/crashtests/multicol-on-token-elements.html
blob: 9fc00eb6911b625a7443a3e1ec65ada7daf25105 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<math><mi style="column-count: 10">mi</mi></math>
<math><mi style="column-width: 10px">mi</mi></math>
<math><mn style="column-count: 10">mn</mn></math>
<math><mn style="column-width: 10px">mn</mn></math>
<math><mo style="column-count: 10">mo</mo></math>
<math><mo style="column-width: 10px">mo</mo></math>
<math><ms style="column-count: 10">ms</ms></math>
<math><ms style="column-width: 10px">ms</ms></math>
<math><mtext style="column-count: 10">mtext</mtext></math>
<math><mtext style="column-width: 10px">mtext</mtext></math>