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