mirror of
https://github.com/servo/servo.git
synced 2025-06-30 12:03:38 +01:00
19 lines
476 B
HTML
19 lines
476 B
HTML
<!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>
|