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">
|
|
|
|
body > div { width: 10em; }
|
|
|
|
body > div > div { background: green; color: white; width: 20em; }
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>x<div>y</div>z</div>
|
|
|
|
</body>
|
|
|
|
</html>
|