[refactor] More post-NSS WebCrypto cleanups (utility functions).
[chromium-blink-merge.git] / content / test / data / accessibility / html / math.html
blobde3c57abac62835fd28e50ae1ccef0720de12b14
1 <!--
2 @MAC-ALLOW:AXRole*
3 @MAC-ALLOW:AXSubrole*
4 -->
5 <!DOCTYPE html>
6 <html>
7 <body>
8 <math xmlns="http://www.w3.org/1998/Math/MathML">
9 <mrow>
10 <msup><mi>a</mi><mn>2</mn></msup>
11 <mo>+</mo>
12 <msup><mi>b</mi><mn>2</mn></msup>
13 </mrow>
14 </math>
15 </body>
16 </html>