mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
13 lines
228 B
HTML
13 lines
228 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Testcase for inline-block (bug 9458)</title>
|
|
<style type="text/css">
|
|
div { height: 5em; width:10em; background: green; color: white; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>test</div>
|
|
</body>
|
|
</html>
|