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

13 lines
241 B
HTML

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