blob: 12183160842c84648a0f9bfed0caeffdd0447172 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<html>
<!-- This bug is quirksmode only -->
<head>
<title>Table Test</title>
</head>
<body>
<div style="height:200px; background:gold">
<table>
<tbody style="height:100px; background:silver">
<tr><td><a href='#' id="target"> click me (should not move me) </a></td></tr>
</tbody>
</table>
</div>
</body>
</html>
|