1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/table-bordercollapse/frame_border_rules_cols.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,44 @@ 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"><head> 1.6 + 1.7 + 1.8 + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 1.9 + <title>Frame="border" and Rules="cols"</title> 1.10 + <link rel="stylesheet" type="text/css" href="bordercol.css" /> 1.11 +</head> 1.12 +<body> 1.13 +<table rules="cols" frame="border"> 1.14 + <caption><a name="void-none">Frame="border" and Rules="cols"</caption> 1.15 + <thead> 1.16 + <tr> 1.17 + <td>Row 1, Cell 1</td> 1.18 + <td>Row 1, Cell 2</td> 1.19 + <td>Row 1, Cell 3</td> 1.20 + </tr> 1.21 + </thead> 1.22 + <tbody> 1.23 + <tr> 1.24 + <td rowspan="2">Row 2, Cell 1</td> 1.25 + <td colspan="2">Row 2, Cell 2</td> 1.26 + </tr> 1.27 + <tr> 1.28 + <td>Row 3, Cell 2</td> 1.29 + <td rowspan="2">Row 3, Cell 3</td> 1.30 + </tr> 1.31 + <tr> 1.32 + <td colspan="2">Row 4, Cell 1</td> 1.33 + </tr> 1.34 + </tbody> 1.35 + <tfoot> 1.36 + <tr> 1.37 + <td>Row 5, Cell 1</td> 1.38 + <td>Row 5, Cell 2</td> 1.39 + <td>Row 5, Cell 3</td> 1.40 + </tr> 1.41 + </tfoot> 1.42 +</table> 1.43 + 1.44 + 1.45 +</body> 1.46 + 1.47 +</html>