gecko/layout/reftests/bugs/9458-height-2-ref.html

13 lines
228 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Testcase for inline-block (bug 9458)</title>
<style type="text/css">
div { height: 5em; width:10em; background: green; color: white; }
</style>
</head>
<body>
<div>test</div>
</body>
</html>