Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/backgr_position-table-collapsed-border.html

Issue 2600903002: Paint the whole of a table-part background image behind the cells in a table (Closed)
Patch Set: Paint the whole of an image behind the cells in a table Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <head> 2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 3 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4 <title>Background on 'table'</title> 4 <title>Background on 'table'</title>
5 <link rel="next" href="backgr_position-table-row-group.html" title="Background P osition: Background on 'table-row-group'"> 5 <link rel="next" href="backgr_position-table-row-group.html" title="Background P osition: Background on 'table-row-group'">
6 <link rel="prev" href="backgr_position-table-cell.html" title="Background Positi on: Background on 'table-cell'"> 6 <link rel="prev" href="backgr_position-table-cell.html" title="Background Positi on: Background on 'table-cell'">
7 <link rel="contents" href="./backgr_index.html" title="Table of Contents"> 7 <link rel="contents" href="./backgr_index.html" title="Table of Contents">
8 <link rel="stylesheet" type="text/css" href="common.css"> 8 <link rel="stylesheet" type="text/css" href="resources/common.css">
9 <style type="text/css"> 9 <style type="text/css">
10 10
11 table {background: black url(../images/edge.gif) top right no-repeat} 11 table {background: black url(resources/edge.gif) top right no-repeat}
12 12
13 </style> 13 </style>
14 </head> 14 </head>
15 <body> 15 <body>
16 <h1>CSS2 Table Backgrounds Test Suite</h1> 16 <h3>crbug.com/35679: Background on 'table'</h3>
17
18 <h2>Part B: Background Position</h2>
19
20 <h3>Background on 'table'</h3>
21 17
22 <p>There should be three aqua stripes just inside the top and right table bo rders.</p> 18 <p>There should be three aqua stripes just inside the top and right table bo rders.</p>
23 19
24 <dl>
25 <dt>next
26 <dd><a href="backgr_position-table-row-group.html">Background Position : Background on 'table-row-group'</a>
27 <dt>previous
28 <dd><a href="backgr_position-table-cell.html">Background Position: Bac kground on 'table-cell'</a>
29 <dt>contents
30 <dd><a href="./backgr_index.html">Table of Contents</a>
31 </dl>
32
33 <table class="separate">
34 <caption>With 'border-collapse: separate'</caption>
35 <colgroup class="colgroup-A">
36 <col class="col-1">
37 <col class="col-2">
38 <col class="col-3">
39 </colgroup>
40 <colgroup class="colgroup-B">
41 <col class="col-4">
42 </colgroup>
43 <thead>
44 <tr id="th-row-1">
45 <th class="a">TH A</th>
46 <th class="b">TH B</th>
47 <th class="c">TH C</th>
48 <th class="d">TH D</th>
49 </tr>
50 </thead>
51 <tbody>
52 <tr class="tb-row-1">
53 <td class="e" rowspan=2>TD E</td>
54 <td class="f">TD F</td>
55 <td class="g">TD G</td>
56 <td class="h">TD H</td>
57 </tr>
58 <tr class="tb-row-2">
59
60 <td class="j">TD J</td>
61 <td class="k">TD K</td>
62 <td class="l">TD L</td>
63 </tr>
64 </tbody>
65 <tfoot>
66 <tr id="tb-row-1">
67 <td class="m" colspan=2>TD M</td>
68
69 <td class="o">TD O</td>
70 <td class="p">TD P</td>
71 </tfoot>
72 </table>
73
74 <table class="collapse"> 20 <table class="collapse">
75 <caption>With 'border-collapse: collapse'</caption> 21 <caption>With 'border-collapse: collapse'</caption>
76 <colgroup class="colgroup-A"> 22 <colgroup class="colgroup-A">
77 <col class="col-1"> 23 <col class="col-1">
78 <col class="col-2"> 24 <col class="col-2">
79 <col class="col-3"> 25 <col class="col-3">
80 </colgroup> 26 </colgroup>
81 <colgroup class="colgroup-B"> 27 <colgroup class="colgroup-B">
82 <col class="col-4"> 28 <col class="col-4">
83 </colgroup> 29 </colgroup>
(...skipping 20 matching lines...) Expand all
104 <td class="h">TD H</td> 50 <td class="h">TD H</td>
105 </tr> 51 </tr>
106 <tr class="tb-row-2"> 52 <tr class="tb-row-2">
107 53
108 <td class="j">TD J</td> 54 <td class="j">TD J</td>
109 <td class="k">TD K</td> 55 <td class="k">TD K</td>
110 <td class="l">TD L</td> 56 <td class="l">TD L</td>
111 </tr> 57 </tr>
112 </tbody> 58 </tbody>
113 </table> 59 </table>
60
114 <div class="validity"> 61 <div class="validity">
115 <a href="http://validator.w3.org/check/referer"><img 62 <a href="http://validator.w3.org/check/referer"><img
116 src="../images/valid-html401.png" height="31" width="88" 63 src="resources/valid-html401.png" height="31" width="88"
117 alt="Valid HTML 4.01!"></a> 64 alt="Valid HTML 4.01!"></a>
118 </div> 65 </div>
119 <address> 66 <address>
120 CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasa i&#64;escape.com&gt; 67 CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasa i&#64;escape.com&gt;
121 </address> 68 </address>
122 69
123 </body> 70 </body>
124 </html> 71 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698