Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / marvin / backgr_fixed-bg.html
blob141519e1a3e68530c0aa269818dee57f5bc62d4a
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>layers: opacity</title>
5 <link rel="prev" href="backgr_layers-opacity.html" title="Special Tests: opacity">
6 <link rel="contents" href="./backgr_index.html" title="Table of Contents">
7 <link rel="stylesheet" type="text/css" href="common.css">
8 <style type="text/css">
9 body {overflow: hidden;}
10 table{background: white; color: black;}
11 caption {color: white;}
12 .tb-row-1, thead, .l {background: url(../images/edge.gif) fixed;}
13 .a, .p {background: url(../images/rainbowv.gif) fixed; }
14 </style>
15 </head>
16 <body>
17 <h1>CSS2 Table Backgrounds Test Suite</h1>
19 <h2>Part E: Special Tests</h2>
21 <h3>Fixed Backgrounds</h3>
23 <ul>
24 <li>If you scroll the table over the top left corner of the viewport, the first, second, and fourth rows as well as cell L should reveal a purple and aqua band forming a 90-degree angle in the top left corner.
25 <li>Cells A and P should have a rainbow background that seems attached to the viewport.
26 </ul>
28 <dl>
29 <dt>previous
30 <dd><a href="backgr_layers-opacity.html">Special Tests: opacity</a>
31 <dt>contents
32 <dd><a href="./backgr_index.html">Table of Contents</a>
33 </dl>
35 <table class="separate">
36 <caption>With 'border-collapse: separate'</caption>
37 <colgroup class="colgroup-A">
38 <col class="col-1">
39 <col class="col-2">
40 <col class="col-3">
41 </colgroup>
42 <colgroup class="colgroup-B">
43 <col class="col-4">
44 </colgroup>
45 <thead>
46 <tr class="th-row-1">
47 <th class="a">TH A</th>
48 <th class="b">TH B</th>
49 <th class="c"></th>
50 <th class="d">TH D</th>
51 </tr>
52 </thead>
53 <tfoot>
54 <tr class="tb-row-1">
55 <td class="m" colspan=2>TD M</td>
57 <td class="o">TD O</td>
58 <td class="p">TD P</td>
59 </tfoot>
60 <tbody>
61 <tr class="tb-row-1">
62 <td class="e" rowspan=2>TD E</td>
63 <td class="f">TD F</td>
64 <td class="g">TD G</td>
65 <td class="h">TD H</td>
66 </tr>
67 <tr class="tb-row-2">
69 <td class="j">TD J</td>
70 <td class="k">TD K</td>
71 <td class="l">TD L</td>
72 </tr>
73 </tbody>
74 </table>
76 <table class="collapse">
77 <caption>With 'border-collapse: collapse'</caption>
78 <colgroup class="colgroup-A">
79 <col class="col-1">
80 <col class="col-2">
81 <col class="col-3">
82 </colgroup>
83 <colgroup class="colgroup-B">
84 <col class="col-4">
85 </colgroup>
86 <thead>
87 <tr class="th-row-1">
88 <th class="a">TH A</th>
89 <th class="b">TH B</th>
90 <th class="c"></th>
91 <th class="d">TH D</th>
92 </tr>
93 </thead>
94 <tfoot>
95 <tr class="tb-row-1">
96 <td class="m" colspan=2>TD M</td>
98 <td class="o">TD O</td>
99 <td class="p">TD P</td>
100 </tfoot>
101 <tbody>
102 <tr class="tb-row-1">
103 <td class="e" rowspan=2>TD E</td>
104 <td class="f">TD F</td>
105 <td class="g">TD G</td>
106 <td class="h">TD H</td>
107 </tr>
108 <tr class="tb-row-2">
110 <td class="j">TD J</td>
111 <td class="k">TD K</td>
112 <td class="l">TD L</td>
113 </tr>
114 </tbody>
115 </table>
116 <div class="validity">
117 <a href="http://validator.w3.org/check/referer"><img
118 src="../images/valid-html401.png" height="31" width="88"
119 alt="Valid HTML 4.01!"></a>
120 </div>
121 <address>
122 CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai&#64;escape.com&gt;
123 </address>
124 <pre>
125 ................................................................................................................................................................................................
152 </pre>
154 </body>
155 </html>