mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
13 lines
229 B
HTML
13 lines
229 B
HTML
<!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>
|