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

13 lines
224 B
HTML

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