mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
296 B
HTML
14 lines
296 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Testcase for inline-table (bug 18217)</title>
|
|
<style type="text/css">
|
|
span > span { display: table-cell; }
|
|
span > span > span { display: block; visibility: hidden; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p><span>a<span>bcd<span>x</span></span>e</span></p>
|
|
</body>
|
|
</html>
|