gecko/layout/reftests/bugs/9458-zorder-ref-inline-block.html

13 lines
337 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Testcase for inline-block (bug 9458)</title>
<style type="text/css">
span { display: inline-block; vertical-align: top; background: green; color: green; border-bottom: 0.25em solid green; border-top: 0.25em solid green; }
</style>
</head>
<body>
<div><span>&nbsp;x&nbsp;</span></div>
</body>
</html>