summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/252920-1.html
blob: e182dc10fd7e0f2db5c9495eab702b37ca13057f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
</head>
<body>
<table><tr><td style="height:50px;border:1px solid black;">
	<span><a href="#" id="a">Themes</a></span> 
	<span style="vertical-align: middle;">Link and text shifts when it is focussed<br> </span>
	<span> </span>
</td></tr></table>
<script type="text/javascript">
document.documentElement.offsetHeight;
document.getElementById("a").style.outline = "1px solid black";
document.documentElement.offsetHeight;
document.getElementById("a").style.outline = "";
</script>
</body>
</html>