mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
13 lines
203 B
HTML
13 lines
203 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Testcase for inline-table (bug 18217)</title>
|
|
<style type="text/css">
|
|
span { display: inline-table; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>a<span>b</span>c</p>
|
|
</body>
|
|
</html>
|