~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/marvin/backgr_border-table-row-group.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 
2
<head>
 
3
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 
4
<title>Background on 'table-row-group'</title>
 
5
<link rel="next" href="backgr_border-table-column-group.html" title="Background with Borders: Background on 'table-column-group'">
 
6
<link rel="prev" href="backgr_border-table.html" title="Background with Borders: Background on 'table'">
 
7
<link rel="contents" href="./backgr_index.html" title="Table of Contents">
 
8
<link rel="stylesheet" type="text/css" href="common.css">
 
9
<style type="text/css">
 
10
 
 
11
  table {                                                        border: 3px dotted}
 
12
  thead {background: black url(../images/edge.gif) top    right no-repeat; border: 5px dashed}
 
13
  .d    {                                                        border: 5px dashed}
 
14
  tbody {background: black url(../images/edge.gif) bottom left  no-repeat; border: 5px dashed}
 
15
  .k    {                                                        border: 5px dashed}
 
16
  
 
17
</style>
 
18
</head>
 
19
<body>
 
20
<h1>CSS2 Table Backgrounds Test Suite</h1>
 
21
 
 
22
<h2>Part D: Background with Borders</h2>
 
23
 
 
24
    <h3>Background on 'table-row-group'</h3>
 
25
 
 
26
    <p>There should be three aqua stripes along the top of cells A, B, C, and D in the first row and three stripes along the right edge of D, the last cell in that row. The stripes should align to be just inside the padding edge of cell D.</p>
 
27
    <p>There should be three aqua stripes along the bottom of cells J, K, and L. The stripes continue across the bottom of cell E, but are partially obscured by the border. The stripes turn up at cell E's bottom left corner to run under its border a few pixels to the right of its left border edge. The stripes will align to be just above cell K's bottom padding edge.</p>
 
28
 
 
29
    <dl>
 
30
       <dt>next
 
31
          <dd><a href="backgr_border-table-column-group.html">Background with Borders: Background on 'table-column-group'</a>
 
32
       <dt>previous
 
33
          <dd><a href="backgr_border-table.html">Background with Borders: Background on 'table'</a>
 
34
       <dt>contents
 
35
          <dd><a href="./backgr_index.html">Table of Contents</a>
 
36
    </dl>
 
37
 
 
38
 
 
39
    <table class="separate">
 
40
    <caption>With 'border-collapse: separate'</caption>
 
41
    <colgroup class="colgroup-A">
 
42
      <col class="col-1">
 
43
      <col class="col-2">
 
44
      <col class="col-3">
 
45
    </colgroup>
 
46
    <colgroup class="colgroup-B">
 
47
      <col class="col-4">
 
48
    </colgroup>
 
49
    <thead>
 
50
      <tr class="th-row-1">
 
51
        <th class="a">TH A</th>
 
52
        <th class="b">TH B</th>
 
53
        <th class="c">TH C</th>
 
54
        <th class="d">TH D</th>
 
55
      </tr>
 
56
    </thead>
 
57
    <tfoot>
 
58
      <tr class="tf-row-1">
 
59
        <td class="m" colspan=2>TD M</td>
 
60
 
 
61
        <td class="o">TD O</td>
 
62
        <td class="p">TD P</td>
 
63
    </tfoot>
 
64
    <tbody>
 
65
      <tr class="tb-row-1">
 
66
        <td class="e" rowspan=2>TD E</td>
 
67
        <td class="f">TD F</td>
 
68
        <td class="g">TD G</td>
 
69
        <td class="h">TD H</td>
 
70
      </tr>
 
71
      <tr class="tb-row-2">
 
72
 
 
73
        <td class="j">TD J</td>
 
74
        <td class="k">TD K</td>
 
75
        <td class="l">TD L</td>
 
76
      </tr>
 
77
    </tbody>
 
78
    </table>
 
79
 
 
80
    <table class="collapse">
 
81
    <caption>With 'border-collapse: collapse'</caption>
 
82
    <colgroup class="colgroup-A">
 
83
      <col class="col-1">
 
84
      <col class="col-2">
 
85
      <col class="col-3">
 
86
    </colgroup>
 
87
    <colgroup class="colgroup-B">
 
88
      <col class="col-4">
 
89
    </colgroup>
 
90
    <thead>
 
91
      <tr class="th-row-1">
 
92
        <th class="a">TH A</th>
 
93
        <th class="b">TH B</th>
 
94
        <th class="c">TH C</th>
 
95
        <th class="d">TH D</th>
 
96
      </tr>
 
97
    </thead>
 
98
    <tfoot>
 
99
      <tr class="tf-row-1">
 
100
        <td class="m" colspan=2>TD M</td>
 
101
 
 
102
        <td class="o">TD O</td>
 
103
        <td class="p">TD P</td>
 
104
    </tfoot>
 
105
    <tbody>
 
106
      <tr class="tb-row-1">
 
107
        <td class="e" rowspan=2>TD E</td>
 
108
        <td class="f">TD F</td>
 
109
        <td class="g">TD G</td>
 
110
        <td class="h">TD H</td>
 
111
      </tr>
 
112
      <tr class="tb-row-2">
 
113
 
 
114
        <td class="j">TD J</td>
 
115
        <td class="k">TD K</td>
 
116
        <td class="l">TD L</td>
 
117
      </tr>
 
118
    </tbody>
 
119
    </table>
 
120
<div class="validity">
 
121
  <a href="http://validator.w3.org/check/referer"><img
 
122
     src="../images/valid-html401.png" height="31" width="88"
 
123
     alt="Valid HTML 4.01!"></a>
 
124
</div>
 
125
<address>
 
126
  CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai&#64;escape.com&gt;
 
127
</address>
 
128
 
 
129
</body>
 
130
</html>