gecko/layout/reftests/bugs/18217-basic-1.html

13 lines
203 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Testcase for inline-table (bug 18217)</title>
<style type="text/css">
span { display: inline-table; }
</style>
</head>
<body>
<p>a<span>b</span>c</p>
</body>
</html>