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-table</title>
<meta name="assert" content="it is a rectangular block that participates in an inline formatting context)." />
<meta name="flags" content="" />
<style type="text/css">
div { display: inline-table; width: 10em; background: green; color: white; }
</style>
</head>
<body>
<div>Test<br>Test</div>
</body>
</html>