2007-01-27 21:36:57 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2010-01-28 02:46:49 +03:00
|
|
|
<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/" />
|
2007-01-27 21:36:57 +03:00
|
|
|
<style type="text/css">
|
2007-02-04 23:52:46 +03:00
|
|
|
span { vertical-align: top; background: green; color: green; border-bottom: 0.25em solid green; border-top: 0.25em solid green; }
|
2007-01-27 21:36:57 +03:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
2007-03-01 02:46:16 +03:00
|
|
|
<div><span> x </span></div>
|
2007-01-27 21:36:57 +03:00
|
|
|
</body>
|
|
|
|
</html>
|