mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
30 lines
530 B
HTML
30 lines
530 B
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html>
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<body>
|
||
|
<table cellpadding="0" cellspacing="0">
|
||
|
<tr>
|
||
|
<td rowspan="2">
|
||
|
Sidebar <br />
|
||
|
an unused link <br />
|
||
|
next unused link <br />
|
||
|
</td>
|
||
|
<td>
|
||
|
content <br />
|
||
|
more content
|
||
|
<script type="text/javascript">
|
||
|
document.body.offsetWidth;
|
||
|
</script>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
no yes no yes
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|
||
|
|
||
|
|