layout/reftests/table-bordercollapse/frame_void_rules_none_ref.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

michael@0 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
michael@0 2 <html lang="en">
michael@0 3 <head>
michael@0 4 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
michael@0 5 <title>Frame="void" and Rules="none"</title>
michael@0 6 <link rel="stylesheet" type="text/css" href="bordercol.css" />
michael@0 7 </head>
michael@0 8 <body>
michael@0 9 <table >
michael@0 10 <caption><a name="void-none">Frame="void" and Rules="none"</caption>
michael@0 11 <thead>
michael@0 12 <tr>
michael@0 13 <td>Row 1, Cell 1</td>
michael@0 14 <td>Row 1, Cell 2</td>
michael@0 15 <td>Row 1, Cell 3</td>
michael@0 16 </tr>
michael@0 17 </thead>
michael@0 18 <tbody>
michael@0 19 <tr>
michael@0 20 <td rowspan="2">Row 2, Cell 1</td>
michael@0 21 <td colspan="2">Row 2, Cell 2</td>
michael@0 22 </tr>
michael@0 23 <tr>
michael@0 24 <td>Row 3, Cell 2</td>
michael@0 25 <td rowspan="2">Row 3, Cell 3</td>
michael@0 26 </tr>
michael@0 27 <tr>
michael@0 28 <td colspan="2">Row 4, Cell 1</td>
michael@0 29 </tr>
michael@0 30 </tbody>
michael@0 31 <tfoot>
michael@0 32 <tr>
michael@0 33 <td>Row 5, Cell 1</td>
michael@0 34 <td>Row 5, Cell 2</td>
michael@0 35 <td>Row 5, Cell 3</td>
michael@0 36 </tr>
michael@0 37 </tfoot>
michael@0 38 </table>
michael@0 39
michael@0 40
michael@0 41 </body>
michael@0 42
michael@0 43 </html>

mercurial