| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>math-script-level</title> | |
| <meta charset="utf-8"> | |
| </head> | |
| </head> | |
| <body> | |
| <p>Test passes if you see two lines of monospace text rendered with the same font-size:</p> | |
| <div style="font-size: xx-large; font-family: serif"> | |
| <div style="font-family: monospace;"> | |
| <div>level 0</div> | |
| </div> | |
| <div style="font-family: monospace;"> | |
| <div>level 1</div> | |
| </div> | |
| </div> | |
| </body> | |
| </html> |