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