tenfourfox/layout/reftests/reftest-sanity/font-size-16.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
212 B
HTML

<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
div {
font-size: 16px;
}
</style>
</head>
<body>
<div>Hello world 123</div>
</body>
</html>