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/operator-dictionary-arabic-002.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Stretching of Arabic operators</title>
<meta name="assert" content="Verifies stretchy property of the Arabic characters U+1EEF0 and U+1EEF1.">
<link rel="match" href="operator-dictionary-arabic-002-ref.html">
<link rel="stylesheet" href="./support/operator-dictionary-tests.css"/>
</head>
<body>
<p>You should see two rectangles of width 3em and height 1em:</p>
<p>
<math>
<munder>
<mo>𞻰</mo>
<mspace width="3em"/>
</munder>
</math>
</p>
<p>
<math>
<munder>
<mo>𞻱</mo>
<mspace width="3em"/>
</munder>
</math>
</p>
<script src="/mathml/support/feature-detection.js"></script>
<script src="/mathml/support/feature-detection-operators.js"></script>
<script>
MathMLFeatureDetection.ensure_for_match_reftest("has_operator_stretchy");
</script>
</body>
</html>