mirror of
https://github.com/servo/servo.git
synced 2025-07-12 01:43:43 +01:00
13 lines
480 B
HTML
13 lines
480 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>space</title>
|
|
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mspace">
|
|
<link rel="match" href="mspace-children-ref.html"/>
|
|
<meta name="assert" content="Verify mspace visual rendering of its children">
|
|
</head>
|
|
<body>
|
|
<p>Test passes if you see a green square and no text.</p>
|
|
<math><mspace width="200px" height="200px" style="background: green">Text Node <mtext>x</mtext></mspace></math>
|
|
</body>
|
|
</html>
|