OLD | NEW |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
rict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
rict.dtd"> |
2 <html> | 2 <html> |
3 | 3 |
4 <head> | 4 <head> |
5 | 5 |
6 <title>CSS Test: Border conflict resolution - adjacent cells with same border-
style and border-width</title> | 6 <title>CSS Test: Border conflict resolution - adjacent cells with same border-
style and border-width</title> |
| 7 <script src="../../resources/ahem.js"></script> |
7 | 8 |
8 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/"> | 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/"> |
9 <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#border-conflict-
resolution" title="17.6.2.1 Border conflict resolution"> | 10 <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#border-conflict-
resolution" title="17.6.2.1 Border conflict resolution"> |
10 <meta content="ahem image" name="flags"> | 11 <meta content="ahem image" name="flags"> |
11 <meta content="When two adjacent cells have the same border-width and the same
border-style in a 'border-collapse: collapse' table, then the color of the bord
er from the leftmost cell wins (if the table's 'direction' is 'ltr'; right, if i
t is 'rtl') and the color of the border from the topmost cell wins." name="asser
t"> | 12 <meta content="When two adjacent cells have the same border-width and the same
border-style in a 'border-collapse: collapse' table, then the color of the bord
er from the leftmost cell wins (if the table's 'direction' is 'ltr'; right, if i
t is 'rtl') and the color of the border from the topmost cell wins." name="asser
t"> |
12 | 13 |
13 <style type="text/css"> | 14 <style type="text/css"> |
14 table | 15 table |
15 { | 16 { |
16 border-collapse: collapse; | 17 border-collapse: collapse; |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 <td><img src="support/swatch-orange.png" alt="Image download support must be
enabled">O<img src="support/swatch-orange.png" alt="Image download support must
be enabled">B<img src="support/swatch-blue.png" alt="Image download support mus
t be enabled">Y<img src="support/swatch-yellow.png" alt="Image download support
must be enabled">G<img src="support/swatch-green.png" alt="Image download suppor
t must be enabled"></td> | 121 <td><img src="support/swatch-orange.png" alt="Image download support must be
enabled">O<img src="support/swatch-orange.png" alt="Image download support must
be enabled">B<img src="support/swatch-blue.png" alt="Image download support mus
t be enabled">Y<img src="support/swatch-yellow.png" alt="Image download support
must be enabled">G<img src="support/swatch-green.png" alt="Image download suppor
t must be enabled"></td> |
121 </tr> | 122 </tr> |
122 | 123 |
123 <tr> | 124 <tr> |
124 <td><img src="support/swatch-orange.png" alt="Image download support must be
enabled"><img src="support/swatch-orange.png" alt="Image download support must
be enabled"><img src="support/swatch-orange.png" alt="Image download support mus
t be enabled"><img src="support/swatch-blue.png" alt="Image download support mus
t be enabled"><img src="support/swatch-blue.png" alt="Image download support mus
t be enabled"><img src="support/swatch-yellow.png" alt="Image download support m
ust be enabled"><img src="support/swatch-yellow.png" alt="Image download support
must be enabled"><img src="support/swatch-green.png" alt="Image download suppor
t must be enabled"><img src="support/swatch-green.png" alt="Image download suppo
rt must be enabled"></td> | 125 <td><img src="support/swatch-orange.png" alt="Image download support must be
enabled"><img src="support/swatch-orange.png" alt="Image download support must
be enabled"><img src="support/swatch-orange.png" alt="Image download support mus
t be enabled"><img src="support/swatch-blue.png" alt="Image download support mus
t be enabled"><img src="support/swatch-blue.png" alt="Image download support mus
t be enabled"><img src="support/swatch-yellow.png" alt="Image download support m
ust be enabled"><img src="support/swatch-yellow.png" alt="Image download support
must be enabled"><img src="support/swatch-green.png" alt="Image download suppor
t must be enabled"><img src="support/swatch-green.png" alt="Image download suppo
rt must be enabled"></td> |
125 </tr> | 126 </tr> |
126 | 127 |
127 </table> | 128 </table> |
128 | 129 |
129 </body> | 130 </body> |
130 </html> | 131 </html> |
OLD | NEW |