mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
15 lines
404 B
HTML
15 lines
404 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
</head>
|
|
<style>
|
|
.a { font-family: sans-serif; font-size: 15pt; font-size-adjust: 0.8; }
|
|
.b { font-family: sans-serif; font-size: 30pt; font-size-adjust: 0.4; }
|
|
</style>
|
|
<body>
|
|
<p class="b">lines should be the same size</p>
|
|
<p class="a">lines should be the same size</p>
|
|
</body>
|
|
</html>
|