mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
19 lines
406 B
HTML
19 lines
406 B
HTML
<html>
|
|
<body>
|
|
<form>
|
|
<table border="1" width="300" style="height: 300px">
|
|
<tr>
|
|
<td style="width:80%">
|
|
|
|
</td>
|
|
<td style="width:20%">
|
|
<button style="width: 100%; visibility: hidden">
|
|
This is prettylongtextinthebutton
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</body>
|
|
</html>
|