1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/table-bordercollapse/frame_lhs_rules_rows_ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,43 @@ 1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd"> 1.5 +<html lang="en"> 1.6 +<head> 1.7 + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 1.8 + <title>Frame="lhs" and Rules="rows"</title> 1.9 + <link rel="stylesheet" type="text/css" href="bordercol.css" /> 1.10 + 1.11 + 1.12 +<table class="left bc"> 1.13 + <caption><a name="void-none">Frame="lhs" and Rules="rows"</caption> 1.14 + <thead> 1.15 + <tr> 1.16 + <td>Row 1, Cell 1</td> 1.17 + <td>Row 1, Cell 2</td> 1.18 + <td>Row 1, Cell 3</td> 1.19 + </tr> 1.20 + </thead> 1.21 + <tbody> 1.22 + <tr class="border"> 1.23 + <td rowspan="2">Row 2, Cell 1</td> 1.24 + <td colspan="2">Row 2, Cell 2</td> 1.25 + </tr> 1.26 + <tr class="border"> 1.27 + <td>Row 3, Cell 2</td> 1.28 + <td rowspan="2">Row 3, Cell 3</td> 1.29 + </tr> 1.30 + <tr class="border"> 1.31 + <td colspan="2">Row 4, Cell 1</td> 1.32 + </tr> 1.33 + </tbody> 1.34 + <tfoot> 1.35 + <tr> 1.36 + <td>Row 5, Cell 1</td> 1.37 + <td>Row 5, Cell 2</td> 1.38 + <td>Row 5, Cell 3</td> 1.39 + </tr> 1.40 + </tfoot> 1.41 +</table> 1.42 + 1.43 + 1.44 +</body> 1.45 + 1.46 +</html>