summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/shadow-dom-1-ref.html
blob: 6940cfc77ab44ef335095068947afebd5f7c53ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>Test for bug 1066554 - Shadow DOM loads MathML stylesheets as needed</title>
<body>
  <math>
    <msup>
      <mi>X</mi>
      <mi>X</mi>
    </msup>
  </math>
</body>
</html>