servo/tests/wpt/web-platform-tests/css/css-fonts/math-script-level-and-math-style/math-script-level-005.tentative-ref.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>