Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/crashtests/multicol-on-token-elements.html - WPT Dashboard Interop Dashboard
<!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>