1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/386401-2-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,32 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" 1.5 + "http://www.w3.org/TR/html4/strict.dtd"> 1.6 +<html lang="en-US"> 1.7 +<head> 1.8 + <title>Testcase, bug 386401</title> 1.9 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 1.10 + <meta http-equiv="Content-Style-Type" content="text/css"> 1.11 + <meta http-equiv="Content-Script-Type" content="text/javascript"> 1.12 + <style type="text/css"> 1.13 + 1.14 + table { border-spacing: 2px; width: 30em; } 1.15 + td { border: 1px solid; padding: 2px; } 1.16 + tbody { overflow: scroll; } 1.17 + 1.18 + </style> 1.19 +</head> 1.20 +<body> 1.21 + 1.22 +<table> 1.23 + <thead><tr><td>Header</td><td id="appendhere">Header</td><td>A really big header</td></tr></thead> 1.24 + <tfoot><tr><td>Footer</td><td>Footer</td><td>Footer</td></tr></tfoot> 1.25 + <tbody> 1.26 + <tr><td>Cell</td><td>Cell</td><td>Cell</td></tr> 1.27 + <tr><td>Cell</td><td>Cell</td><td>Cell</td></tr> 1.28 + <tr><td>Cell</td><td>Cell</td><td>Cell</td></tr> 1.29 + <tr><td>Cell</td><td>Cell</td><td>Cell</td></tr> 1.30 + <tr><td>Cell</td><td>Cell</td><td>Cell</td></tr> 1.31 + </tbody> 1.32 +</table> 1.33 + 1.34 +</body> 1.35 +</html>