servo/tests/wpt/web-platform-tests/mathml/presentation-markup/fractions/frac-created-dynamically-3-ref.html

16 lines
286 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>mfrac created dynamically</title>
</head>
<body>
<p>This test passes if you see a fraction 1/3.</p>
<math>
<mfrac>
<mi>1</mi>
<mi>3</mi>
</mfrac>
</math>
</body>
</html>