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

16 lines
225 B
HTML

<html>
<head>
<style>
html {
font-size: 20px;
}
p {
width: 10em;
border: solid 1px black;
}
</style>
</head>
<body>
<p>hello, wide world</p>
</body>
</html>