tenfourfox/layout/reftests/text/font-size-adjust-01-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

15 lines
253 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<style>
p { font-family: sans-serif; font-size: 24pt; }
</style>
<body>
<p>hello</p>
<p>small</p>
<p>world</p>
</body>
</html>