gecko/layout/reftests/bugs/18217-width-2-ref.html

14 lines
284 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Testcase for inline-table (bug 18217)</title>
<style type="text/css">
body > div { width: 10em; }
body > div > div { display: table; background: green; color: white; width: 20em; }
</style>
</head>
<body>
<div>x<div>y</div>z</div>
</body>
</html>