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

Side by Side Diff: third_party/WebKit/LayoutTests/tables/mozilla/marvin/backgr_index.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
(Empty)
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>CSS2 Table Backgrounds Test Suite</title>
5 <link rel="stylesheet" type="text/css" href="common.css">
6 <style type="text/css">
7 body {overflow: hidden;}
8 strong {text-decoration: underline}
9 </style>
10 </head>
11 <body>
12 <h1>CSS2 Table Backgrounds Test Suite</h1>
13 <h2>Notes</h2>
14 <p>This test suite is not endorsed or approved by the W3C or anyone besides fant asai. It tests conformance to fantasai's <a href="../">table background clarific ation proposal</a>, not the official CSS2 specification. The intent is to demons trate the proposal's effects under various styling conditions and to clarify any ambiguity in the proposal in preparation for a better-worded errata suggestion. It's not particularly well-designed, but it is comprehensive.</p>
15 <p>This test suite (this page and all pages linked from the table of contents be low) and its background images (listed below) are in the public domain by assert ion of their author. No rights reserved.</p>
16 <p>The images used as backgrounds are the following:
17 <ul>
18 <li><img alt="rainbowh.gif" src="../images/rainbowh.gif">
19 <li><img alt="rainbowv.gif" src="../images/rainbowv.gif">
20 <li><img alt="edge.gif" src="../images/edge.gif">
21 </ul>
22 <p>They are in GIF format, with transparency.</p>
23 <p>Each color band in the rainbow backgrounds is 20 pixels wide. Each stripe wit hin the color band is two pixels wide.</p>
24 <p>The aqua and purple band is 10 pixels wide. Each stripe within the band is tw o pixels wide.</p>
25 <p>Many image background rules in this test suite are backed up with a 'black' b ackground color.</p>
26 <p>This test suite assumes that <strong>the border edge for a table element in a table with collapsed borders is the <em>middle</em> of the border around the el ement, not the outer or inner edge.</strong> (This also needs to be addressed by CSS2.1.) It also assumes support for proper ordering of tables with <code class ="sgmltag">&lt;tfoot&gt;</code>.</p>
27
28 <h2>Table of Contents</h2>
29 <ol style="list-style-type: upper-latin">
30 <li>Background Area
31 <ol>
32 <li><a href="backgr_simple-table.html">Background on 'table'</a>
33 <li><a href="backgr_simple-table-row-group.html">Background on 'table-row-gr oup'</a>
34 <li><a href="backgr_simple-table-column-group.html">Background on 'table-col umn-group'</a>
35 <li><a href="backgr_simple-table-row.html">Background on 'table-row'</a>
36 <li><a href="backgr_simple-table-column.html">Background on 'table-column'</ a>
37 <li><a href="backgr_simple-table-cell.html">Background on 'table-cell'</a>
38 </ol>
39 <li>Background Position
40 <ol>
41 <li><a href="backgr_position-table.html">Background on 'table'</a>
42 <li><a href="backgr_position-table-row-group.html">Background on 'table-row- group'</a>
43 <li><a href="backgr_position-table-column-group.html">Background on 'table-c olumn-group'</a>
44 <li><a href="backgr_position-table-row.html">Background on 'table-row'</a>
45 <li><a href="backgr_position-table-column.html">Background on 'table-column' </a>
46 <li><a href="backgr_position-table-cell.html">Background on 'table-cell'</a>
47 </ol>
48 <li>Background Layers
49 <ol>
50 <li><a href="backgr_layers-show.html">empty-cells: show</a>
51 <li><a href="backgr_layers-hide.html">empty-cells: hide</a>
52 </ol>
53 <li>Background with Borders
54 <ol>
55 <li><a href="backgr_border-table.html">Background on 'table'</a>
56 <li><a href="backgr_border-table-row-group.html">Background on 'table-row-gr oup'</a>
57 <li><a href="backgr_border-table-column-group.html">Background on 'table-col umn-group'</a>
58 <li><a href="backgr_border-table-row.html">Background on 'table-row'</a>
59 <li><a href="backgr_border-table-column.html">Background on 'table-column'</ a>
60 <li><a href="backgr_border-table-cell.html">Background on 'table-cell'</a>
61 <li>Special Tests
62 <ol>
63 <li><a href="backgr_layers-opacity.html">Opacity</a>
64 <li><a href="backgr_fixed-bg.html">Fixed Backgrounds</a>
65 </ol>
66 </ol>
67
68 <div class="validity">
69 <a href="http://validator.w3.org/check/referer"><img
70 src="../images/valid-html401.png" height="31" width="88"
71 alt="Valid HTML 4.01!"></a>
72 </div>
73 <address>
74 CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasa i&#64;escape.com&gt;
75 </address>
76
77 </body>
78 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698