mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
290 B
HTML
19 lines
290 B
HTML
<html>
|
|
<body>
|
|
|
|
<div style="display: -moz-inline-box; background: yellow;">
|
|
<table style="height: 101%; background: lightgreen;">
|
|
<tr>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
<div>
|
|
c
|
|
<div style="height: 100%; background: lightblue;">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|