mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
12 lines
227 B
HTML
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>
|