Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: Test for height:auto on inline-block</title>
<meta name="flags" content="" />
<style type="text/css">
div { display: inline-block; width: 10em; background: green; color: white; }
</style>
</head>
<body>
<div>Test<br>Test</div>
</body>
</html>