<!doctype html> | |
<html> | |
<head> | |
<title>mspace children</title> | |
<meta charset="utf-8"/> | |
</head> | |
<body> | |
<p>This test passes if <mspace> does not create child renderers.</p> | |
<math><mspace width="100px" height="200" depth="300px">Text Node <mtext>x</mtext></mspace></math> | |
</body> | |
</html> |