mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
312 B
XML
20 lines
312 B
XML
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<title>pseudo double SetInitialChildlist</title>
|
||
|
<style>
|
||
|
.cat::-moz-table-row-group { overflow: scroll;}
|
||
|
tr { position: absolute;}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<table class="cat">
|
||
|
<tr>
|
||
|
<td>Cell</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</body>
|
||
|
</html>
|