mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
222 B
HTML
17 lines
222 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
|
|
<body onload="document.getElementById('table').style.tableLayout = 'fixed';">
|
|
|
|
<table border="1" id="table" width="100%">
|
|
<tr>
|
|
<td>X</td>
|
|
<td>XXX</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|