summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/9458-height-1-ref.html
blob: 8ea4c7158aaa720b9c1822086573ff6e8a780a48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: Reference for inline-block test</title>
<link rel="author" title="L. David Baron" href="https://dbaron.org/" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<style type="text/css">
div { width: 10em; background: green; color: white; }
</style>
</head>
<body>
<div>Test<br>Test</div>
</body>
</html>