mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
410 B
HTML
18 lines
410 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<form>
|
||
|
<table border="1" width="300" style="height: 300px">
|
||
|
<tr>
|
||
|
<td style="width:80%">
|
||
|
|
||
|
</td>
|
||
|
<td style="width:20%">
|
||
|
<input type="button" style="width: 100%; visibility: hidden"
|
||
|
value="This is pretty long text in the button">
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|