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/1092053.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>Largeop stretching</title>
<meta charset="utf-8"/>
</head>
<body>
<p>
<!-- ⨂ allows to check for an assertion involving
the direction of the largeop pre-stretch -->
<math displaystyle="true">
<mrow>
<mo id="mo4">(</mo>
<mo>⨂</mo>
<mo id="mo5">)</mo>
</mrow>
</math>
</p>
</body>
</html>