blob: d57c20901bb3f39e6faa91a6ca192e5c60917965 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>mfrac with one child</title>
</head>
<body>
<p>This test passes if you see a single rectangle.</p>
<math>
<mrow style="padding-inline-start: 1px; padding-inline-end: 1px;">
<mspace width="200px" height="200px" style="background: green"></mspace>
</mrow>
</math>
</body>
</html>
|