gecko/layout/reftests/bugs/18217-zorder-ref.html

13 lines
232 B
HTML

<!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>&nbsp;</div>
</body>
</html>