Mozilla/mozilla/layout/reftests/bugs/18217-basic-2b.html
dbaron%dbaron.org 3052400d5e Implement CSS display types inline-block and inline-table. b=9458, 18217 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@219045 18797224-902f-48f8-a5cc-f745e15eee43
2007-01-27 18:36:57 +00:00

14 lines
296 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Testcase for inline-table (bug 18217)</title>
<style type="text/css">
span > span { display: table-cell; }
span > span > span { display: block; visibility: hidden; }
</style>
</head>
<body>
<p><span>a<span>bcd<span>x</span></span>e</span></p>
</body>
</html>