Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/crashtests/mozilla/713606-1.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.querySelector('mstyle').setAttribute('scriptminsize', '0%');">
<math>
<msubsup>
<mtext>X</mtext>
<mtable displaystyle="true"></mstyle>
</mtext>Y</mtext>
</msubsup>
</math>
<math>
<msubsup>
<mtext>X</mtext>
<mstyle displaystyle="true"></mstyle>
</mtext>Y</mtext>
</msubsup>
</math>
<math><mfrac><mstyle displaystyle="true"></mstyle></mfrac></math>
</body>
</html>