tenfourfox/layout/reftests/bugs/9458-zorder-ref-inline.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

15 lines
477 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: Reference for inline-block test</title>
<link rel="author" title="L. David Baron" href="http://dbaron.org/" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<style type="text/css">
span { 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>