Sign in
chromium
/
chromium
/
src
/
2ac0c19603e70ef75f156ee8409162bbff94de74
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
math.html
blob: de3c57abac62835fd28e50ae1ccef0720de12b14 [
file
] [
log
] [
blame
]
<!--
@MAC-ALLOW:AXRole*
@MAC-ALLOW:AXSubrole*
-->
<!DOCTYPE html>
<html>
<body>
<math
xmlns
=
"http://www.w3.org/1998/Math/MathML"
>
<mrow>
<msup><mi>
a
</mi><mn>
2
</mn></msup>
<mo>
+
</mo>
<msup><mi>
b
</mi><mn>
2
</mn></msup>
</mrow>
</math>
</body>
</html>