mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
15 lines
391 B
HTML
15 lines
391 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">
|
|
div { height: 5em; width:10em; background: green; color: white; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>test</div>
|
|
</body>
|
|
</html>
|