layout/reftests/bugs/439639-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/439639-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<html>
     1.5 +
     1.6 +<!-- This bug is quirksmode only -->
     1.7 +<head>
     1.8 +
     1.9 +
    1.10 +<title>Table Test</title>
    1.11 +
    1.12 +</head>
    1.13 +<body>
    1.14 +<div style="height:200px; background:gold">
    1.15 +
    1.16 +<table>
    1.17 +
    1.18 +  <tbody style="height:100px; background:silver">
    1.19 +  
    1.20 +   <tr><td><a href='#' id="target"> click me (should not move me) </a></td></tr>
    1.21 +  
    1.22 +  </tbody>
    1.23 +
    1.24 +</table>
    1.25 +
    1.26 +</div>
    1.27 +</body>
    1.28 +</html>

mercurial