1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16

content / test / data / accessibility / mac / attributes / ax-math-root-index.html [blame]

<!DOCTYPE html>
<!--
@SCRIPT:
  root1.AXMathRootIndex.AXChildren.count
  root1.AXMathRootIndex.AXChildren[0].AXValue
  root2.AXMathRootIndex
-->
<math>
  <mroot id="root1">
    <mn>1</mn>
    <mn>2</mn>
  </mroot>
  <mroot id="root2">
    <mn>1</mn>
  </mroot>
</math>