gecko-dev/layout/reftests/bugs/18217-zorder-4.html

16 строки
521 B
HTML
Исходник Обычный вид История

<!DOCTYPE html>
<html>
<head>
<title>Testcase for inline-table (bug 18217)</title>
<style type="text/css">
div#test > span { display:inline-table; vertical-align: top; background: green; color: green; border-bottom: 0.25em solid green; border-top: 0.25em solid green; }
div#before { height: 1em; margin-bottom:-1em; }
div#before > span { display: inline; vertical-align: top; background: red; color: red; }
</style>
</head>
<body>
<div id="before"><span>X</span></div>
<div id="test"><span>X</span></div>
</body>
</html>