Add reftest for bug 252920

This commit is contained in:
Jesse Ruderman 2008-10-18 20:04:47 -07:00
parent ccfd11a260
commit b5fce63981
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<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>
</body>
</html>

View File

@ -0,0 +1,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>

View File

@ -197,6 +197,7 @@ fails == 25888-3r.html 25888-3r-ref.html # bug 25888
== 244135-2.html 244135-2-ref.html
== 244932-1.html 244932-1-ref.html
== 249982-1.html 249982-1-ref.html
== 252920-1.html 252920-1-ref.html
== 253701-1.html 253701-1-ref.html
== 255820-1.html 255820-1-ref.html
== 262151-1.html 262151-1-ref.html