Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/presentation-markup/operators/op-dict-4.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>op-dict stretchy</title>
<link rel="match" href="op-dict-4-ref.html">
</head>
<body>
<math>
<mrow>
<mo stretchy="true">(</mo>
<mfrac>
<mi>a</mi>
<mi>b</mi>
</mfrac>
<mo stretchy="true">)</mo>
</mrow>
</math>
</body>
</html>