summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/radicals/radical-rendering-from-in-flow-ref.html
blob: e1b8c3d161079da854a3e8ef4a560bf7e18cc2c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>radicals rendering from in-flow children</title>
  </head>
  <body>
    <math>
      <msqrt>
        <mspace width="64px" height="8px" style="background: lightblue"></mspace>
      </msqrt>
      <mroot>
        <mspace width="64px" height="12px" style="background: lightblue"></mspace>
        <mspace width="128px" height="24px" style="background: lightgreen"></mspace>
      </mroot>
    </math>
  </body>
</html>