servo/tests/ref/font_size_em_ref.html
2014-09-08 20:21:42 -06:00

12 lines
227 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>font-size: 2em (Bug #1435)</title>
<style type="text/css">
p { font-size: 40px; }
</style>
</head>
<body>
<p>This text should be 40px high.</p>
</body>
</html>