11 lines
265 B
HTML
11 lines
265 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>space (reference)</title>
|
|
</head>
|
|
<body>
|
|
<p>Test passes if you see a green square and no text.</p>
|
|
<math><mspace width="200px" height="200px" style="background: green"></mspace></math>
|
|
</body>
|
|
</html>
|