blob: cf357608c44affadfecfe4f1d9f1b495c76dc8b9 [file] [log] [blame]
<html>
<head>
<script>
window.onload = function()
{
document.getElementById("detached").focus();
}
</script>
</head>
<body>
<table>
<tr>
<td width=100px >This is some filler text. This is some filler text.This is some filler text. </td>
<td width=350px> The text in this anchor element <a href="#" id="detached">should <br>contain</a> 2 detached pieces. This test shows how the link would look text.</td>
</tr>
</table>
</body>
</html>