gecko/layout/reftests/table-anonymous-boxes/372649-1-ref.html

12 lines
158 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#it { display: inline-table; }
</style>
</head>
<body>
<p>a<span id="it">bc</span>d</p>
</body>
</html>