Bug 1534244 [wpt PR 15722] - Add test to check rendering of children of mspace, a...
[gecko.git] / testing / web-platform / tests / mathml / presentation-markup / spaces / mspace-children.html
blob90d524ab418ed8c141da037eba9334c83fb5cced
1 <!DOCTYPE html>
2 <head>
3 <meta charset="utf-8">
4 <title>space</title>
5 <link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mspace">
6 <link rel="match" href="mspace-children-ref.html"/>
7 <meta name="assert" content="Verify mspace visual rendering of its children">
8 </head>
9 <body>
10 <p>Test passes if you see a green square and no text.</p>
11 <math><mspace width="200px" height="200px" style="background: green">Text Node <mtext>x</mtext></mspace></math>
12 </body>
13 </html>