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