1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/729143-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<body> 1.7 + <table style="width: 100px; height: 100px;"> 1.8 + <tbody style="height: 100%;"> <!-- required for older ffox versions --> 1.9 + <tr> 1.10 + <td style="height: 100%;"> 1.11 + <div style="height: 100%; width: 100%;overflow:scroll;"> 1.12 + <div style="height: 200px"> 1.13 + </div> 1.14 + Some text 1.15 + </div> 1.16 + </td> 1.17 + </tr> 1.18 + </tbody> 1.19 + </table> 1.20 +</body> 1.21 +</html>